diff options
author | Fausto Núñez Alberro <fausto.nunez@mailbox.org> | 2021-01-26 23:17:57 +0100 |
---|---|---|
committer | Fausto Núñez Alberro <fausto.nunez@mailbox.org> | 2021-01-26 23:17:57 +0100 |
commit | 16c4757457e469771a9c0eb5718f785057ed23da (patch) | |
tree | 3cea772325a83321013557813bde326eba459a7b /.github/pull_request_template.md | |
parent | 32c5a72ec2b3bb9a90bfe22ee92733801b8d355c (diff) |
Move the PR template to a correct location
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..056da93 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +# Description + +<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. --> + +Fixes #ISSUE_NUMBER + +# Checklist + +- [ ] I have built the project after my changes following [the build instructions](https://github.com/fnune/base16-vim#building) using `make build` +- [ ] I have confirmed that my changes produce no regressions after building +- [ ] I have pushed the built files to this pull request as a separate commit |