Skip to content

Commit

Permalink
Update CONTRIBUTING_EN.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Antônia Maia <[email protected]>
  • Loading branch information
laistdomiciano and antoniamaia authored Oct 1, 2024
1 parent 409fe6a commit 5cd80b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,12 +457,12 @@ The changelog is available in the [CHANGELOG.md][changelog] file.

First, you need to identify the type of your change. Types of changes:

- Added for new features.
- Changed for changes to existing features.
- Deprecated for features that will soon be removed.
- Fixed for any bug fixes.
- Removed for features that were removed.
- Security in case of vulnerabilities.
- `Added` for new features.
- `Changed` for changes to existing features.
- `Deprecated` for features that will soon be removed.
- `Fixed` for any bug fixes.
- `Removed` for features that were removed.
- `Security` in case of vulnerabilities.

You should always add new entries to the changelog in the Unreleased section. At the time of release, we will move the changes from the Unreleased section to a new version section.

Expand Down

0 comments on commit 5cd80b7

Please sign in to comment.