Skip to content

Commit

Permalink
fix changelog entries (#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset authored Dec 2, 2022
1 parent e86aebe commit 424942f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/contributing/changelogs-in-pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 424942f

Please sign in to comment.