diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6cc455a6f..3dbe0f1b7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -# PR Prelude +### PR Prelude Thank you for working on SpaceVim! :) @@ -7,14 +7,13 @@ the brackets) _before_ filing your PR:** - [ ] I have read and understood SpaceVim's [CONTRIBUTING][cont] document. - [ ] I have read and understood SpaceVim's [CODE_OF_CONDUCT][code] document. -- [ ] I have included tests for the changes in my PR. If not, I have included a - rationale for why I haven't. -- [ ] **I understand my PR may be closed if it becomes obvious I didn't - actually perform all of these steps.** +- [ ] I have updated the [Following-HADE](follow) page for this PR. +- [ ] **I understand my PR may be closed if it becomes obvious I didn't actually perform all of these steps.** -# Why this change is necessary and useful +### Why this change is necessary and useful [Please explain **in detail** why the changes in this PR are needed.] [cont]: https://github.com/SpaceVim/SpaceVim/blob/master/CONTRIBUTING.md [code]: https://github.com/SpaceVim/SpaceVim/blob/master/CODE_OF_CONDUCT.md +[follow]: https://github.com/SpaceVim/SpaceVim/blob/master/wiki/en/Following-HEAD.md