From 32c5a72ec2b3bb9a90bfe22ee92733801b8d355c Mon Sep 17 00:00:00 2001 From: Fausto Núñez Alberro Date: Tue, 26 Jan 2021 22:15:07 +0100 Subject: Add a PR template --- PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3de907b --- /dev/null +++ b/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) +- [ ] 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