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).