doc: Moved contributing info from PR template to separate CONTRIBUTING file

This commit is contained in:
Nicolas Perez 2024-06-03 20:23:38 -04:00
parent b449ca848d
commit 6cf0a87095

5
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,5 @@
# Contributing Guidelines
* If the pull request only contains documentation changes (e.g., updating
READMEs, adding new wiki pages), please add `[no ci]` to the commit title. This will skip unnecessary CI checks and help reduce build times.
* When squashing multiple commits on merge, use the following format for your commit title: `<module>:<commit title> (#<issue_number>)`. For example: `utils: Fix typo in utils.py (#1234)`