-
Notifications
You must be signed in to change notification settings - Fork 9
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
3 changed files
with
64 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,25 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
labels: ["bug"] | ||
|
||
body: | ||
- type: textarea | ||
id: bug_details | ||
attributes: | ||
label: Cause of the bug | ||
description: Tell us in detail what exactly causes this bug | ||
placeholder: "Example: this bug happens when opening **X**" | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: bug_platform | ||
attributes: | ||
label: Your Platform | ||
description: In which platform did you face this bug? | ||
multiple: false | ||
options: | ||
- "Windows" | ||
- "MacOS" | ||
- "Linux (Ubuntu, Fedora, Arch)" | ||
- "HTML5" |
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: Help me! | ||
description: If you need help using the engine. | ||
labels: [help wanted] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: "Describe your problem here." | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: btarget | ||
attributes: | ||
label: "What is your build target?" | ||
options: | ||
- "Windows" | ||
- "Linux" | ||
- "Mac" | ||
- "HTML5" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: buildsummary | ||
attributes: | ||
label: "Did you edit anything in this build? If so, mention or summarize your changes." | ||
placeholder: "Yes, I edited SettingsAPI.gd and attempted to add a new setting/control." | ||
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,9 @@ | ||
name: Question | ||
description: Ask about something here. | ||
labels: [question] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What is your question? | ||
validations: | ||
required: true |