summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-09-23 09:38:50 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-09-23 09:38:50 +0200
commit56a22ff903df0d881bce88bf68cdb4de8bab06c1 (patch)
treec496544c68653a6ec83115475a12cfdea93462f7 /.github/ISSUE_TEMPLATE.md
parent67918eea3594a2c100465820e59d2341c18aa2f3 (diff)
parent43d5db8039f5955a628c08412fbd7da74cc12015 (diff)
Merge branch 'github-community'
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-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
+```
+