Update CONTRIBUTING.md [no ci]
Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
parent
e79bc7ef4d
commit
dc8809d33c
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@
|
||||||
* Please rate the complexity of your PR (i.e. `easy`, `medium`, `hard`). This makes it easier for maintainers to triage the PRs.
|
* Please rate the complexity of your PR (i.e. `easy`, `medium`, `hard`). This makes it easier for maintainers to triage the PRs.
|
||||||
* If the pull request only contains documentation changes (e.g., updating
|
* 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.
|
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)`
|
* 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