Further templates

This commit is contained in:
Eduardo Quezada 2023-06-03 16:36:20 -04:00
parent 91c6c3ea95
commit b389c34c88
5 changed files with 91 additions and 16 deletions

View file

@ -1,6 +1,6 @@
name: 🐛 Battle Engine mechanic bugs name: ⚔️ Battle Engine mechanical bugs 🐛
description: File a bug report related to battle mechanic, be it moves, abilities and/or items. description: File a bug report related to battle mechanic, be it moves, abilities and/or items.
title: "[Bug]: " title: ""
labels: ["bug", "status: unconfirmed", "category: battle-mechanic"] labels: ["bug", "status: unconfirmed", "category: battle-mechanic"]
body: body:
- type: markdown - type: markdown
@ -24,17 +24,13 @@ body:
label: Version label: Version
description: What version of pokeemerald-expansion are you using as a base? description: What version of pokeemerald-expansion are you using as a base?
options: options:
- 1.5.0 (Default)
- upcoming (Edge) - upcoming (Edge)
- 1.5.0 (Default)
- 1.4.3 - 1.4.3
- 1.4.2 - 1.4.2
- 1.4.1 - 1.4.1
- 1.4.0 - 1.4.0
- 1.3.0 - pre-1.4.0
- 1.2.0
- 1.1.0
- 1.0.0
- pre-1.0.0
validations: validations:
required: true required: true
- type: input - type: input

View file

@ -1,6 +1,6 @@
name: 🐛 Battle AI bugs name: 🧠 Battle AI bugs 🐛
description: File a bug report related to battle AI. description: File a bug report related to battle AI.
title: "[Bug]: " title: ""
labels: ["bug", "status: unconfirmed", "category: battle-ai"] labels: ["bug", "status: unconfirmed", "category: battle-ai"]
body: body:
- type: markdown - type: markdown
@ -24,17 +24,13 @@ body:
label: Version label: Version
description: What version of pokeemerald-expansion are you using as a base? description: What version of pokeemerald-expansion are you using as a base?
options: options:
- 1.5.0 (Default)
- upcoming (Edge) - upcoming (Edge)
- 1.5.0 (Default)
- 1.4.3 - 1.4.3
- 1.4.2 - 1.4.2
- 1.4.1 - 1.4.1
- 1.4.0 - 1.4.0
- 1.3.0 - pre-1.4.0
- 1.2.0
- 1.1.0
- 1.0.0
- pre-1.0.0
validations: validations:
required: true required: true
- type: input - type: input

View file

@ -0,0 +1,28 @@
name: 🙏 Feature Request 🙏
description: Do you want a feature to be added to the Expansion? Let us know!
title: ""
labels: ["feature-request"]
body:
- type: markdown
attributes:
value: |
Please fill in all required fields with as many details as possible.
- type: textarea
id: description
attributes:
label: Description
description: |
Describe the issue you are experiencing.
Attach images/videos if possible.
placeholder: |
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
validations:
required: true
- type: input
id: contact
attributes:
label: Discord contact info
description: Provide your Discord tag here so we can contact you in case we need more details. Be sure to join our server ([here](https://discord.gg/6CzjAG6GZk)).
placeholder: ex. Lunos#4026
validations:
required: false

View file

@ -0,0 +1,50 @@
name: 💾 Other errors 🖥️
description: Everything else that doesn't fit in the above categories.
title: ""
labels: ["bug", "status: unconfirmed"]
body:
- type: markdown
attributes:
value: |
Please fill in all required fields with as many details as possible.
- type: textarea
id: description
attributes:
label: Description
description: |
Describe the issue you are experiencing.
Attach images/videos if possible.
placeholder: |
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of pokeemerald-expansion are you using as a base?
options:
- upcoming (Edge)
- 1.5.0 (Default)
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- pre-1.4.0
validations:
required: true
- type: input
id: upcomingversion
attributes:
label: Upcoming Version
description: If you're using the upcoming branch, please specify what was the commit hash you pulled from.
validations:
required: false
- type: input
id: contact
attributes:
label: Discord contact info
description: Provide your Discord tag here so we can contact you in case we need more details. Be sure to join our server ([here](https://discord.gg/6CzjAG6GZk)).
placeholder: ex. Lunos#4026
validations:
required: false

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Rom-Hacking Hideout's Discord server!
url: https://discord.gg/6CzjAG6GZk
about: You can follow the development of pokeemerald-expansion and be notified of new releases :)