From: Felix Ableitner Date: Wed, 20 Jan 2021 15:26:28 +0000 (+0100) Subject: Add issue template X-Git-Url: http://these/git/?a=commitdiff_plain;h=f8138d893d52e876b8e14c420bc478362fa3549b;hp=74d1f027d7b001035cec179cce2677e6672cb8fa;p=lemmy-ui.git Add issue template --- diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..83c2ffa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -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 index 0000000..bcb1f64 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -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? + + + +(Write your answer here.) + +### Describe the solution you'd like + + + +(Describe your proposed solution here.) + +### Describe alternatives you've considered + + + +(Write your answer here.) + +### Additional context + + + +(Write your answer here.) diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md new file mode 100644 index 0000000..b45f8f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/QUESTION.md @@ -0,0 +1,10 @@ +--- +name: "? Question" +about: General questions about Lemmy +title: '' +labels: question +assignees: '' + +--- + +What's the question you have about lemmy? diff --git a/lemmy-translations b/lemmy-translations index 916c8e7..39e236b 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit 916c8e709717f736984942fe3d21fc69d9d22285 +Subproject commit 39e236b6456db40640e811001b36028f4062e8b7