diff options
Diffstat (limited to 'docs/breaking_changes_instructions.md')
| -rw-r--r-- | docs/breaking_changes_instructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/breaking_changes_instructions.md b/docs/breaking_changes_instructions.md index 3f2f93834..d83567155 100644 --- a/docs/breaking_changes_instructions.md +++ b/docs/breaking_changes_instructions.md | |||
| @@ -27,7 +27,7 @@ If you are contributing core code, and the only reason it needs to go through br | |||
| 27 | 27 | ||
| 28 | We require submissions that go through the Breaking Change process to include a changelog entry. The entry should be a short summary of the changes your pull request makes – [each section here started as a changelog](ChangeLog/20190830.md "n.b. This should link to the 2019 Aug 30 Breaking Changes doc - @noroadsleft"). | 28 | We require submissions that go through the Breaking Change process to include a changelog entry. The entry should be a short summary of the changes your pull request makes – [each section here started as a changelog](ChangeLog/20190830.md "n.b. This should link to the 2019 Aug 30 Breaking Changes doc - @noroadsleft"). |
| 29 | 29 | ||
| 30 | Your changelog should be located at `docs/ChangeLog/YYYYMMDD/PR####.md`, where `YYYYMMDD` is the date on which QMK's breaking change branch – usually named `future` – will be merged into the `master` branch, and `####` is the number of your pull request. | 30 | Your changelog should be located at `docs/ChangeLog/YYYYMMDD/PR####.md`, where `YYYYMMDD` is the date on which QMK's breaking change branch – usually named `develop` – will be merged into the `master` branch, and `####` is the number of your pull request. |
| 31 | 31 | ||
| 32 | If your submission requires action on the part of users, your changelog should instruct users what action(s) must be taken, or link to a location that does so. | 32 | If your submission requires action on the part of users, your changelog should instruct users what action(s) must be taken, or link to a location that does so. |
| 33 | 33 | ||
