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 | |
parent | 32c5a72ec2b3bb9a90bfe22ee92733801b8d355c (diff) |
Move the PR template to a correct location
-rw-r--r-- | .github/pull_request_template.md (renamed from PULL_REQUEST_TEMPLATE.md) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/pull_request_template.md index 3de907b..056da93 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/.github/pull_request_template.md @@ -6,6 +6,6 @@ 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 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 |