You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen that many projects consider issues, bug reports, code contributions and more, as contributions. Considering that, it would be nice to include issue templates and maybe FAQ or common issues pinned somewhere for users. In the other hand, for code contributors some critical parts are:
Setting up an environment (using venv)
Installing dev/test dependencies
Running the test suite (make test)
Running linters (make lint)
To go further, it would be nice to have:
Pointers to issue/PR labels looking for contributors
A PR template with a checklist
I think that the contributing section of the psf/black docs can be a good reference since it already includes some of the described items.
Please add a
CONTRIBUTING.md
file mentioning how to contribute to this project.The text was updated successfully, but these errors were encountered: