From 16c4757457e469771a9c0eb5718f785057ed23da Mon Sep 17 00:00:00 2001 From: Fausto Núñez Alberro Date: Tue, 26 Jan 2021 23:17:57 +0100 Subject: Move the PR template to a correct location --- .github/pull_request_template.md | 11 +++++++++++ PULL_REQUEST_TEMPLATE.md | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 .github/pull_request_template.md delete mode 100644 PULL_REQUEST_TEMPLATE.md 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 + + + +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 diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 3de907b..0000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,11 +0,0 @@ -# Description - - - -Fixes #ISSUE_NUMBER - -# Checklist - -- [ ] I have built the project after my changes following [the build instructions](https://github.com/fnune/base16-vim#building) -- [ ] 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 -- cgit v1.2.3