Skip to content

Commit

Permalink
Merge pull request #161 from wrycu/contributing
Browse files Browse the repository at this point in the history
docs(contributing): update contributing guidelines
  • Loading branch information
wrycu authored Mar 1, 2023
2 parents 4698e19 + 3eda507 commit f81dc1d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ project's MIT license.
**Do** feel free to pester the project maintainers about the PR if it
hasn't been responded to. Sometimes notifications can be missed.

**Don't** overuse vertical whitespace; avoid multiple sequential blank
lines.

**Don't** include more than one feature or fix in a single PR.

**Don't** include changes unrelated to the purpose of the PR. This
Expand All @@ -20,6 +17,8 @@ includes changing the project version number, adding lines to the
**Don't** open a new PR if changes are requested. Just push to the
same branch and the PR will be updated.

**Do** use `CONFIG.debug.hooks = True` to find applicable hooks
**Do** use `CONFIG.debug.hooks = true` to find applicable hooks

**Do** update `release-notes.md` with the changes you've submitted

[1]: https://deepsource.io/blog/git-best-practices/

0 comments on commit f81dc1d

Please sign in to comment.