Skip to content

Commit

Permalink
docs: add changelog guidance to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Mar 13, 2024
1 parent 4fb8671 commit c1acd9b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Keeping a Changelog

When making noteworthy changes like features, bugfixes, or deprecations,
entries should be added to the `[Unreleased]` section in [CHANGELOG.md].
This can be done in its own commit or as part of the commit making
the relevant changes.

[CHANGELOG.md]: /CHANGELOG.md

# Python Style Guide

- Code should follow [PEP 8] where possible unless excempted by this guide
Expand Down

0 comments on commit c1acd9b

Please sign in to comment.