docs(CONTRIBUTING): add section on unwanted PRs
This commit is contained in:
parent
0c7d2e2c9f
commit
ed4775faa5
@ -32,6 +32,10 @@ The `description` is a decriptive summary of the change the PR will make.
|
|||||||
- One PR per fix or feature
|
- One PR per fix or feature
|
||||||
- Setup & install [pre-commit hooks](https://pre-commit.com/#install) then install the hooks `pre-commit install && pre-commit install --hook-type commit-msg`
|
- Setup & install [pre-commit hooks](https://pre-commit.com/#install) then install the hooks `pre-commit install && pre-commit install --hook-type commit-msg`
|
||||||
|
|
||||||
|
### Unwanted PRs
|
||||||
|
|
||||||
|
- Please do not submit pull requests containing only typo fixes, fixed spelling mistakes, or minor wording changes.
|
||||||
|
|
||||||
### Git Commit Message Style
|
### Git Commit Message Style
|
||||||
|
|
||||||
This project uses the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) format.
|
This project uses the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) format.
|
||||||
|
Loading…
Reference in New Issue
Block a user