summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-08-20 14:08:43 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2021-08-20 14:08:43 +0200
commit68efbe20d71a93c36ad293950bf987c297ce5e98 (patch)
tree16aa849b5d899262434f9f3f0fa72e991e7b5985 /.github
parentf23e8df69a1b4c11482274f6622a3aabb4b73f2e (diff)
PR checklist
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..63751557
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,15 @@
+<!---
+Thank you for contributing to GitUI! Please fill out the template below, and remove or add any
+information as you feel neccesary.
+--->
+
+This Pull Request fixes/closes #{issue_num}.
+
+It changes the following:
+-
+-
+
+I followed the checklist:
+- [ ] I added unittests
+- [ ] I ran `make check` without errors
+- [ ] I tested the overall application \ No newline at end of file