diff options
-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 |