From 5cd80b7d602a0724e13cba306e8d881cc11fe7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?La=C3=ADs=20Domiciano?= <161219781+laistdomiciano@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:48:15 +0200 Subject: [PATCH] Update CONTRIBUTING_EN.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maria Antônia Maia --- CONTRIBUTING_EN.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING_EN.md b/CONTRIBUTING_EN.md index 17065d30..473d75d9 100644 --- a/CONTRIBUTING_EN.md +++ b/CONTRIBUTING_EN.md @@ -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.