summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-21 09:28:01 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-05-04 11:51:11 +0200
commit794eb4faebb3d7bfccd6e4a1992a6dbaac763d5c (patch)
tree0bfa4683edcbef074341bb95249ff1479e4d8894 /.github
parent3f9c98a85149c27f0088c73bad00690efd7f22ac (diff)
Add github pull request/issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md35
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md18
2 files changed, 53 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..de815f1d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,35 @@
+<!--
+
+Thank you very much for contributing to imag.
+
+Please notice: I, the author of imag, am currently on a sabatical (May 2018
+until early 2019). I am not sure whether I will have access to the internet
+during that time. I may respond slowly - delay of 2-4 weeks or even more are
+possible! I hope it won't be more.
+
+
+For below: Omit the not applicable sections.
+
+-->
+
+### Issue type
+
+- [ ] Bug
+- [ ] Idea/Feature request
+- [ ] Question/Other
+
+<!-- In case of a bug: -->
+
+### What I tried to do
+
+### What I expected to happen
+
+### What happened
+
+### My idea on how to solve this issue
+
+### Metadata
+
+* Output of `imag-<tool> --version`
+* Output of `imag --versions` (if multiple imag tools were used)
+
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..fcbcf537
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,18 @@
+<!--
+
+Thank you very much for contributing to imag.
+
+Please notice: I, the author of imag, am currently on a sabatical (May 2018
+until early 2019). I am not sure whether I will have access to the internet
+during that time. I may respond slowly - delay of 2-4 weeks or even more are
+possible! I hope it won't be more.
+
+-->
+
+### PR type
+
+- [ ] Bugfix
+- [ ] Feature
+- [ ] Refactor/dependency update
+- [ ] Other
+