From 4dadfb08743fb1f8b674694e5ebad7065fe85bcc Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:04:30 -0400 Subject: [PATCH] docs(contributing): fix sentence in making pr section --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9566b78..a58257e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,9 +31,9 @@ the README.md and PR request. 2. Say in the pull request details the changes to the shell, this includes useful file locations and breaking changes. -3. The versioning scheme we use is [SemVer](http://semver.org/) and the -commit scheme we use is -[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). +3. We use [SemVer](http://semver.org/) for versioning and +[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) +for commit messages. Please document any backwards incompatible changes and be sure to name your commits correctly.