Create CONTRIBUTING.md

This commit is contained in:
Alex Pliutau 2024-09-24 11:51:26 +02:00 committed by GitHub
parent c9c1a38641
commit 0a5a40c12c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,10 @@
First off all, thank you for considering contributing to this project. It's people like you that make it such a great tool.
Keep an open mind! Improving documentation, bug triaging, or writing tutorials are all examples of helpful contributions that mean less work for you.
Some basic suggestions to get you started:
- Make sure the PR is up-to-date with the latest changes in the main branch.
- Make sure the PR passes all the tests.
- Make sure the PR passes the linter.
- Make sure the PR is well documented and formatted.
- Make sure the PR is well tested.