doc: Moved contributing info from PR template to separate CONTRIBUTING file
This commit is contained in:
parent
b449ca848d
commit
6cf0a87095
1 changed files with 5 additions and 0 deletions
5
CONTRIBUTING.md
Normal file
5
CONTRIBUTING.md
Normal 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)`
|
Loading…
Add table
Add a link
Reference in a new issue