From 9d16c0cef5b291710e32a57c788dc06669eee1e2 Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Thu, 18 Apr 2024 12:46:12 -0600 Subject: [PATCH] docs: Adopt Conventional Comments Try to encourage effective communication via issues/PRs. --- CONTRIBUTING.md | 73 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f139f9f..8a5901f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -354,6 +354,8 @@ files, open the command palette, type "coverage," and select uncovered lines in green and red, respectively. You can also view the full coverage report by opening `test/htmlcov/index.html`. + + ## Coding Standards Many of our coding standards are applied and enforced using @@ -551,7 +553,7 @@ origin `, and then create a pull request. Apply the same "Type" label as the issue, and then return to the issue and swap "Stage: Development" for "Stage: Review". -### Reviewers +### Reviews A project maintainer will review your pull request. Work with them to get your changes into an acceptable state. @@ -605,3 +607,72 @@ When the review is finished and changes are ready to be merged into `master`: 3. Notify your reviewers that the request is ready to merge. 4. Wait for them to merge the request. 5. Ensure the post-merge CI pipeline also succeeds. + + + +## Conventional Comments + +When commenting on issues and pull requests, we endeavor to adhere to the +[Conventional Comments specification][conventionalcomments] wherever +applicable. Comments should have the form +``` +