diff options
author | Fausto Núñez Alberro <fausto.nunez@mailbox.org> | 2021-09-18 16:55:16 +0200 |
---|---|---|
committer | Fausto Núñez Alberro <fausto.nunez@mailbox.org> | 2021-09-18 16:55:16 +0200 |
commit | 96cb6215c8eda1d20bc04454b3ee36aa504e639c (patch) | |
tree | fd704977f6a23c3c2c40f4b959bc63a8976e90f8 /.github/pull_request_template.md | |
parent | 52e4ce93a6234d112bc88e1ad25458904ffafe61 (diff) |
Add CONTRIBUTING.md
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0263490..d1e53d9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,6 +6,8 @@ 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` +- [ ] I have built the project after my changes following [the build + instructions](https://github.com/fnune/base16-vim/blob/master/CONTRIBUTING.md#building) + using `make` - [ ] I have confirmed that my changes produce no regressions after building - [ ] I have pushed the built files to this pull request |