mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
Better issue templates. (#2991)
* Better issue templates. * Fixing bug report.
This commit is contained in:
parent
14c18dbdae
commit
ecc9469a02
3 changed files with 10 additions and 42 deletions
9
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
9
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
|
@ -6,11 +6,10 @@ labels: bug
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
Found a bug? Please fill out the sections below. 👍
|
- [ ] Did you check to see if this issue already exists?
|
||||||
|
- [ ] Is this only a single bug? Do not put multiple bugs in one issue.
|
||||||
For front end issues, use [lemmy-ui](https://github.com/LemmyNet/lemmy-ui)
|
- [ ] Is this a question or discussion? Don't use this, use https://lemmy.ml/c/lemmy_support .
|
||||||
|
- [ ] Is this a UI / front end issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo.
|
||||||
If you have problems installing Lemmy, you should post in [!lemmy_support](https://lemmy.ml/c/lemmy_support).
|
|
||||||
|
|
||||||
### Issue Summary
|
### Issue Summary
|
||||||
|
|
||||||
|
|
39
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
39
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
|
@ -6,38 +6,9 @@ labels: enhancement
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
For front end issues, use [lemmy-ui](https://github.com/LemmyNet/lemmy-ui)
|
- [ ] Did you check to see if this issue already exists?
|
||||||
|
- [ ] Is this only a single feature request? Do not put multiple feature requests in one issue.
|
||||||
|
- [ ] Is this a question or discussion? Don't use this, use https://lemmy.ml/c/lemmy_support.
|
||||||
|
- [ ] Is this a UI / front end issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo.
|
||||||
|
|
||||||
### Is your proposal related to a problem?
|
**Describe the feature request below**
|
||||||
|
|
||||||
<!--
|
|
||||||
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.)
|
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
4
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
|
@ -6,6 +6,4 @@ labels: question
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
What's the question you have about lemmy?
|
Do not use this for questions or support. Use [!lemmy_support](https://lemmy.ml/c/lemmy_support).
|
||||||
|
|
||||||
If you have problems installing Lemmy, you should post in [!lemmy_support](https://lemmy.ml/c/lemmy_support).
|
|
||||||
|
|
Loading…
Reference in a new issue