1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 17:15:46 +08:00

Improve pull request template

This commit is contained in:
wsdjeg 2018-06-20 20:49:43 +08:00
parent 464e9d5957
commit de460cf5af

@ -1,4 +1,4 @@
# PR Prelude ### PR Prelude
Thank you for working on SpaceVim! :) 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 [CONTRIBUTING][cont] document.
- [ ] I have read and understood SpaceVim's [CODE_OF_CONDUCT][code] 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 - [ ] I have updated the [Following-HADE](follow) page for this PR.
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 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.] [Please explain **in detail** why the changes in this PR are needed.]
[cont]: https://github.com/SpaceVim/SpaceVim/blob/master/CONTRIBUTING.md [cont]: https://github.com/SpaceVim/SpaceVim/blob/master/CONTRIBUTING.md
[code]: https://github.com/SpaceVim/SpaceVim/blob/master/CODE_OF_CONDUCT.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