Skip to content

Commit

Permalink
github issue shit?!?!?
Browse files Browse the repository at this point in the history
  • Loading branch information
swordcube committed Apr 17, 2023
1 parent 7dfdb41 commit 58a8760
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
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"
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/help.yaml
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
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yaml
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

0 comments on commit 58a8760

Please sign in to comment.