-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
141 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
name: Bug Report | ||
description: File a bug report. | ||
title: "[Bug] " | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
attributes: | ||
label: What is the bug? | ||
description: Describe the bug, what is happening? | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: How to reproduce the bug? | ||
description: Tell use how to reproduce the bug. | ||
placeholder: How to reproduce the bug? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
description: Join a screenshot if you can. | ||
placeholder: Drag or paste an image here. | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Operating System | ||
description: What operating system are you using? | ||
options: | ||
- Windows 11 | ||
- Windows 10 | ||
- Windows 8.1 | ||
- Windows 8 | ||
- Windows 7 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: What is the version of the operating system? | ||
description: Tell us the precise version of your operating system (Win+R, winver, Enter). | ||
placeholder: Windows 10.0.19043.1110 | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: What is the version of the software? | ||
description: Tell us the precise version of the software you are using. | ||
placeholder: v1.5.0.2108 | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Documentation Report | ||
description: File a documentation issue report. | ||
title: "[Documentation] " | ||
labels: [documentation] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill this documentation issue report! | ||
- type: textarea | ||
attributes: | ||
label: What is the problem? | ||
description: Describe the problem. | ||
placeholder: There is an issue in... | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Feature Request | ||
description: Request/Suggest a feature. | ||
title: "[Enhancement] " | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to suggest a new feature for this project! | ||
- type: textarea | ||
attributes: | ||
label: Enhancement | ||
description: Describe your feature request/your idea here. | ||
placeholder: I would like to see... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Other information | ||
description: If you have other information, like mockups, etc., put them here. | ||
placeholder: Add other information here. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Misc | ||
description: Your issue doesn't fit in any categories. | ||
title: "[Misc] " | ||
labels: [misc] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this issue! | ||
- type: textarea | ||
attributes: | ||
label: Description of your issue | ||
description: Describe the problem. | ||
placeholder: Describe here your issue. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Translation issues | ||
description: Report a translation issue. | ||
title: "[Translation] " | ||
labels: [translation] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this translation issue report! | ||
- type: textarea | ||
attributes: | ||
label: Description of the problem | ||
description: Describe the translation problem. | ||
placeholder: Error in... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Propose a translation | ||
description: Propose a new translation. | ||
placeholder: It should be... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshot | ||
description: If you have a screenshot, paste it here. | ||
placeholder: Drag or paste an image here. | ||
validations: | ||
required: false |