summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Zohren <git-pbkyr@jzohren.de>2021-07-17 12:00:38 +0200
committerJonas Zohren <git-pbkyr@jzohren.de>2021-07-17 12:00:38 +0200
commit82a4ec9cbde1a42d7c41f537a024cb3b8d45eb87 (patch)
treecea2a9561b5834ef385c550248294adf71cdc896
parentf924ebf8a60c7571fdd5b5f5213f6bc603ef737c (diff)
downloadconduit-82a4ec9cbde1a42d7c41f537a024cb3b8d45eb87.zip
Add more detailed issue templates
Shamelessly stolen from https://github.com/HedgeDoc/client Originally written by https://github.com/ErikMichelson and https://github.com/DerMolly
-rw-r--r--.gitlab/issue_templates/Bug Report.md48
-rw-r--r--.gitlab/issue_templates/Feature Request.md28
-rw-r--r--.gitlab/issue_templates/Issue Template.md15
3 files changed, 76 insertions, 15 deletions
diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md
new file mode 100644
index 0000000..3fdc303
--- /dev/null
+++ b/.gitlab/issue_templates/Bug Report.md
@@ -0,0 +1,48 @@
+<!--
+If you're requesting a new feature, that isn't part of this project yet,
+then please consider filling out a "Feature Request" instead!
+
+If you just have trouble setting up a conduit server or other questions, feel free to ask for help in the
+Conduit Matrix Chat: https://matrix.to/#/#conduit:fachschaften.org.
+-->
+
+### Description
+
+<!-- A clear and concise description of what the bug is. -->
+
+
+### To Reproduce
+
+<!-- Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error -->
+
+
+### Expected behavior
+
+<!-- A clear and concise description of what you expected to happen. -->
+
+
+### Error/Log
+
+```log
+Copy and paste the error log from Conduit here.
+```
+
+
+### Your Setup (please complete the following information):
+
+- Conduit version [e.g. Git commit at download time]
+- OS: [e.g. Raspbian , Ubuntu 20.04, ...]
+- RAM available to Conduit: [e.g. 1 GB]
+- Cores available to Conduit: [e.g. 1 Core]
+
+
+### Additional context
+
+<!-- Add any other context about the problem here. -->
+
+
+/label ~conduit
diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md
new file mode 100644
index 0000000..4100eb6
--- /dev/null
+++ b/.gitlab/issue_templates/Feature Request.md
@@ -0,0 +1,28 @@
+<!--
+If you want to report a bug or an error,
+then please consider filling out a "Bug Report" instead!
+-->
+
+
+### Is your feature request related to a problem? Please describe.
+
+<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
+
+
+### Describe the solution you'd like
+
+<!-- A clear and concise description of what you want to happen. -->
+
+
+### Describe alternatives you've considered
+
+<!-- A clear and concise description of any alternative solutions or features you've considered. -->
+
+
+### Additional context
+
+<!-- Add any other context or screenshots about the feature request here. -->
+
+
+
+/label ~conduit
diff --git a/.gitlab/issue_templates/Issue Template.md b/.gitlab/issue_templates/Issue Template.md
deleted file mode 100644
index e1a0667..0000000
--- a/.gitlab/issue_templates/Issue Template.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Headline
-
-### Description
-
-
-
-
-
-
-
-
-
-
-
-/label ~conduit