summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+```
+