diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d399a3f94c71cc..e39375f093cc02 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,31 +9,37 @@ Test Plan: ---------- Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos! -Release Notes: --------------- -Help reviewers and the release process by writing your own release notes. See below for an example. +Changelog: +---------- +Help reviewers and the release process by writing your own changelog entry. When the change doesn't impact React Native developers, it may be ommitted from the changelog for brevity. See below for an example. -[CATEGORY] [TYPE] [LOCATION] - Message +[TYPE] [CATEGORY] - Message + + CATEGORY may be: + + - [General] + - [iOS] + - [Android] + + TYPE may be: + + - [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. + + For more detail, see https://keepachangelog.com/en/1.0.0/#how + + MESSAGE may answer "what and why" on a feature level. Use this to briefly tell React Native users about notable changes. + + EXAMPLES: + + [Added] [General] - Add snapToOffsets prop to ScrollView component + [Fixed] [General] - Fix various issues in snapToInterval on ScrollView component + [Fixed] [iOS] - Fix crash in RCTImagePicker + +--> \ No newline at end of file