mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Update issue templates (#2724)
This commit is contained in:
parent
6c9fd4f204
commit
4636197f12
4 changed files with 48 additions and 55 deletions
48
.github/ISSUE_TEMPLATE/a_report_your_issue.md
vendored
Normal file
48
.github/ISSUE_TEMPLATE/a_report_your_issue.md
vendored
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
---
|
||||||
|
name: Report your problem
|
||||||
|
about: Report something that's missing, that you have trouble with or that stopped working.
|
||||||
|
title: ''
|
||||||
|
labels: issue-report
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe your issue**
|
||||||
|
<!--
|
||||||
|
|
||||||
|
Write a brief description of your issue.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
- I cannot do X.
|
||||||
|
- I have trouble doing X.
|
||||||
|
- Feature X has stopped working for me.
|
||||||
|
|
||||||
|
Important:
|
||||||
|
Focus on the problem instead of a concrete solution. This ensures that the focus of the thread is to resolve your issue.
|
||||||
|
If you want to voice a concrete idea you can add a comment below after posting the issue.
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
<!--
|
||||||
|
|
||||||
|
You can add screenshots to illustrate what you mean.
|
||||||
|
Remove this section if you do not have any.
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**OS and Chatterino Version**
|
||||||
|
<!--
|
||||||
|
|
||||||
|
The name of your Operating System and the version shown in Chatterino's title bar.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
Windows 10, Chatterino 2.3.0
|
||||||
|
macOS Big Sur, Chatterino 2.2.3 Beta
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,28 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Report something not working correctly that should be fixed
|
|
||||||
title: ''
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- **Before opening a bug report, please check out the help page of the Chatterino wiki for possible common issues. https://wiki.chatterino.com/Help** -->
|
|
||||||
|
|
||||||
**Describe the bug**
|
|
||||||
<!-- A clear and concise description of what the bug is. -->
|
|
||||||
|
|
||||||
**To reproduce**
|
|
||||||
<!-- Steps to reproduce the behavior -->
|
|
||||||
|
|
||||||
**Screenshots**
|
|
||||||
<!-- If applicable, add screenshots to help explain your problem. Use the integrated uploader of the issue form to upload images, or copy an image to the clipboard and paste it in the input box -->
|
|
||||||
|
|
||||||
**Chatterino version**
|
|
||||||
<!-- Copy the version information from the "About" page in the Settings, e.g. `Chatterino 2.1.4 (commit 35c7853c4, 16.09.2019)` -->
|
|
||||||
|
|
||||||
**Operating system**
|
|
||||||
<!-- E.g. Windows 10 -->
|
|
||||||
|
|
||||||
**Additional information**
|
|
||||||
<!-- If applicable, add additional context. -->
|
|
14
.github/ISSUE_TEMPLATE/feature-suggestion.md
vendored
14
.github/ISSUE_TEMPLATE/feature-suggestion.md
vendored
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
name: Feature suggestion
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
title: ''
|
|
||||||
labels: enhancement
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**What should be added?**
|
|
||||||
<!-- A clear and concise description of the requested feature. -->
|
|
||||||
|
|
||||||
**Why should it be added?**
|
|
||||||
<!-- A clear and concise description of what motivates you to request this change. -->
|
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
name: Something completely different
|
|
||||||
about: If you have something completely different
|
|
||||||
title: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Please be as descriptive as possible.
|
|
||||||
Attach screenshots where helpful.
|
|
||||||
If your concern relates to chatterino2 behaviour, please also include the version info from the program's title bar, e.g. `2.0.4 (15.08.2019 c1afbd5-1)`
|
|
||||||
-->
|
|
Loading…
Reference in a new issue