Skip to content

Commit

Permalink
doc(contributing): rules for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp authored Jan 20, 2025
1 parent b295ba7 commit 79fa63e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ window of 2 days, otherwise the PR will be reverted.
- Try to avoid exceptions, if possible.
- Never use `==`, which is the physical equality, and almost never what you want.

### Changelog
Our changelog format is based on https://keepachangelog.com/.
Please add an entry in a subsection (`Added`, `Changed`, `Deprecated`, `Removed`, `Fixed` -- see https://keepachangelog.com/en/1.0.0/#how) for each notable change.

Please prefix with `engine:`, `frontend:` or similar.

## Styleguides

### Git Commit Messages
Expand Down

0 comments on commit 79fa63e

Please sign in to comment.