summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-09-23 09:29:35 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-09-23 09:29:48 +0200
commit43d5db8039f5955a628c08412fbd7da74cc12015 (patch)
treec7f2b544deffd8eb11a41ec1e7aac7ddcaf971a6
parent845d1403efc79188c71f5e09fd128153f3f748e8 (diff)
Add issue template
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/ISSUE_TEMPLATE.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..2c4ca9c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,29 @@
+<!-- you found an issue? Awesome! Thanks for reporting! -->
+
+## What
+
+* [ ] Bug
+* [ ] Feature Request
+* [ ] Question
+* [ ] Other
+
+
+## Version
+
+**Butido Version:**
+**Rust Version:** <!-- feel free to remove if not relevant -->
+**Postgres Version:** <!-- feel free to remove if not relevant -->
+**Docker Version:** <!-- feel free to remove if not relevant -->
+**OS I'm running on:**
+
+
+For the lazy:
+
+```bash
+butido --version
+rustc --version
+docker --version
+uname -a
+cat /etc/os-release
+```
+