docs(contributing): fix sentence in making pr section

dev
TorchedSammy 2021-12-08 23:04:30 -04:00
parent 970fe43413
commit 4dadfb0874
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ the README.md and PR request.
2. Say in the pull request details the changes to the shell, 2. Say in the pull request details the changes to the shell,
this includes useful file locations and breaking changes. this includes useful file locations and breaking changes.
3. The versioning scheme we use is [SemVer](http://semver.org/) and the 3. We use [SemVer](http://semver.org/) for versioning and
commit scheme we use is [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). for commit messages.
Please document any backwards incompatible changes and be sure to name Please document any backwards incompatible changes and be sure to name
your commits correctly. your commits correctly.