From 424942f4deb353c1c24b7813eebc04379f56d406 Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Fri, 2 Dec 2022 11:40:37 +0000 Subject: [PATCH] fix changelog entries (#3447) --- website/contributing/changelogs-in-pull-requests.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/contributing/changelogs-in-pull-requests.md b/website/contributing/changelogs-in-pull-requests.md index 70a02ebf2a8..d6e0974a475 100644 --- a/website/contributing/changelogs-in-pull-requests.md +++ b/website/contributing/changelogs-in-pull-requests.md @@ -20,19 +20,18 @@ The "Category" field may be one of: - **Android**, for changes that affect Android. - **iOS**, for changes that affect iOS. -- **JavaScript** or **JS** for changes that affect JavaScript. - **General**, for changes that do not fit any of the other categories. - **Internal**, for changes that would not be relevant to developers consuming the release notes. The "Type" field may be one of: +- **Breaking**, for breaking changes. - **Added**, for new features. - **Changed**, for changes in existing functionality. - **Deprecated**, for soon-to-be removed features. - **Removed**, for now removed features. - **Fixed**, for any bug fixes. - **Security**, in case of vulnerabilities. -- **Breaking**, for breaking changes. Finally, the "Message" field may answer "what and why" on a feature level. Use this to briefly tell React Native users about notable changes.