mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add issue forms (#3366)
This commit is contained in:
parent
bc847f1445
commit
0deedf0191
53
.github/ISSUE_TEMPLATE/a_make_a_report.yml
vendored
Normal file
53
.github/ISSUE_TEMPLATE/a_make_a_report.yml
vendored
Normal file
|
@ -0,0 +1,53 @@
|
|||
name: Issue report
|
||||
description: Report something that's missing, that you have trouble with or that stopped working
|
||||
labels: [issue-report]
|
||||
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: acknowledgments
|
||||
attributes:
|
||||
label: Checklist
|
||||
description:
|
||||
options:
|
||||
- label: I'm reporting a problem with Chatterino
|
||||
required: true
|
||||
- label: I've verified that I'm running a recent nightly build or the *newest* stable release
|
||||
required: true
|
||||
- label: I've looked for my problem on the [wiki](https://wiki.chatterino.com/Help/)
|
||||
required: true
|
||||
- label: I've searched the [issues](https://github.com/Chatterino/chatterino2/issues?q=) for similar looking reports
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Describe your issue
|
||||
description: |
|
||||
Write a brief description of your issue.
|
||||
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.
|
||||
placeholder: |
|
||||
Examples:
|
||||
- I cannot do X.
|
||||
- I have trouble doing X.
|
||||
- Feature X has stopped working for me.
|
||||
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: While optional, it's highly encouraged to include screenshots or videos to illustrate what you mean.
|
||||
placeholder: You can upload them using the text editor's dedicated button.
|
||||
|
||||
- type: input
|
||||
id: versions
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: OS and Chatterino Version
|
||||
description: The name of your Operating System and the version shown in Chatterino's title bar.
|
||||
placeholder: Chatterino 2.3.4 on Windows 10 (insiders)
|
||||
|
48
.github/ISSUE_TEMPLATE/a_report_your_issue.md
vendored
48
.github/ISSUE_TEMPLATE/a_report_your_issue.md
vendored
|
@ -1,48 +0,0 @@
|
|||
---
|
||||
name: Make a Report
|
||||
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
|
||||
|
||||
-->
|
||||
|
Loading…
Reference in a new issue