]> Untitled Git - lemmy-ui.git/commitdiff
Add issue template
authorFelix Ableitner <me@nutomic.com>
Wed, 20 Jan 2021 15:26:28 +0000 (16:26 +0100)
committerFelix Ableitner <me@nutomic.com>
Wed, 20 Jan 2021 15:26:28 +0000 (16:26 +0100)
.github/ISSUE_TEMPLATE/BUG_REPORT.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/QUESTION.md [new file with mode: 0644]
lemmy-translations

diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
new file mode 100644 (file)
index 0000000..83c2ffa
--- /dev/null
@@ -0,0 +1,29 @@
+---
+name: "\U0001F41E Bug Report"
+about: Create a report to help us improve Lemmy
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+Found a bug? Please fill out the sections below. 👍
+
+For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy)
+
+### Issue Summary
+
+A summary of the bug.
+
+
+### Steps to Reproduce
+
+1. (for example) I clicked login, and an endless spinner show up.
+2. I tried to install lemmy via this guide, and I'm getting this error.
+3. ...
+
+### Technical details
+
+* Please post your log: `sudo docker-compose logs > lemmy_log.out`.
+* What OS are you trying to install lemmy on? 
+* Any browser console errors?
diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
new file mode 100644 (file)
index 0000000..bcb1f64
--- /dev/null
@@ -0,0 +1,44 @@
+---
+name: "\U0001F680 Feature request"
+about: Suggest an idea for improving Lemmy
+title: ''
+labels: enhancement
+assignees: ''
+
+---
+
+For backend issues, use [lemmy-ui](https://github.com/LemmyNet/lemmy)
+
+### Is your proposal related to a problem?
+
+<!--
+  Provide a clear and concise description of what the problem is.
+  For example, "I'm always frustrated when..."
+-->
+
+(Write your answer here.)
+
+### Describe the solution you'd like
+
+<!--
+  Provide a clear and concise description of what you want to happen.
+-->
+
+(Describe your proposed solution here.)
+
+### Describe alternatives you've considered
+
+<!--
+  Let us know about other solutions you've tried or researched.
+-->
+
+(Write your answer here.)
+
+### Additional context
+
+<!--
+  Is there anything else you can add about the proposal?
+  You might want to link to related issues here, if you haven't already.
+-->
+
+(Write your answer here.)
diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md
new file mode 100644 (file)
index 0000000..b45f8f1
--- /dev/null
@@ -0,0 +1,10 @@
+---
+name: "? Question"
+about: General questions about Lemmy
+title: ''
+labels: question
+assignees: ''
+
+---
+
+What's the question you have about lemmy?
index 916c8e709717f736984942fe3d21fc69d9d22285..39e236b6456db40640e811001b36028f4062e8b7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 916c8e709717f736984942fe3d21fc69d9d22285
+Subproject commit 39e236b6456db40640e811001b36028f4062e8b7