aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorMichaël Ball <git@michaelball.name>2022-07-04 11:54:39 +0100
committerMichaël Ball <git@michaelball.name>2022-07-04 11:54:39 +0100
commit0397bfa0f26fed33d9d6de02ace629025505e68f (patch)
treee9f5ba3af5bbc8d9f07d7cae779769fb90eaa2bb /.github/pull_request_template.md
parent2ebcc12fcd5c74a4258dd0c517cf9182db6f7abc (diff)
parent3890dd461c5e9cdeb1818ff3697578f18d55b6d0 (diff)
Merge remote-tracking branch 'upstream/main'HEADmaster
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..0838e1d
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,13 @@
+# Description
+
+<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->
+
+Fixes #ISSUE_NUMBER
+
+# Checklist
+
+- [ ] I have built the project after my changes following [the build
+ instructions](https://github.com/base16-project/base16-vim/blob/main/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