Add link to testing README in CONTRIBUTING.md

This commit is contained in:
nat 2020-07-09 20:41:13 +02:00 committed by GitHub
parent 8d7d0efb9b
commit 5a591ef2a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ What can you do?
- File a bug (please check its not a duplicate) - File a bug (please check its not a duplicate)
- Propose an enhancement - Propose an enhancement
- :white_check_mark: Create a PR: - :white_check_mark: Create a PR:
- Creating a failing test-case to make bug-fixing easier - [Creating a failing test-case](https://github.com/danielgtaylor/python-betterproto/blob/master/betterproto/tests/README.md) to make bug-fixing easier
- Fix any of the open issues - Fix any of the open issues
- [Good first issues](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) - [Good first issues](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
- [Issues with tests](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+test%22) - [Issues with tests](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+test%22)