From 3dfb58e4612d167666efb2f201d034860d77cd25 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 6 Sep 2021 01:46:25 +0300 Subject: [PATCH] Add contribution guideline --- .github/contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/contributing.md b/.github/contributing.md index d4cad33ab..d0b8c1a7d 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -3,6 +3,7 @@ ## Submitting a new type - One type addition per pull request, unless they are connected. +- Please help review the other open pull requests. If there are no open pull requests, provide some feedback on some of the open issues. - Create a new file in the `test-d` directory and write at least one type test. - See the other tests for inspiration. - If it makes sense, also write a negative test using [`expectError()`](https://github.com/SamVerschueren/tsd#expecterrorfunction).