mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 04:04:17 +01:00
LF shenanigans
This commit is contained in:
parent
5226935857
commit
d74cbca0b9
100
.github/ISSUE_TEMPLATE/01_battle_engine_bugs.yaml
vendored
100
.github/ISSUE_TEMPLATE/01_battle_engine_bugs.yaml
vendored
@ -1,50 +1,50 @@
|
|||||||
name: ⚔️ Battle Engine mechanical 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.
|
||||||
labels: ["bug", "status: unconfirmed", "category: battle-mechanic"]
|
labels: ["bug", "status: unconfirmed", "category: battle-mechanic"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Please fill in all required fields with as many details as possible.
|
Please fill in all required fields with as many details as possible.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: |
|
description: |
|
||||||
Describe the issue you are experiencing.
|
Describe the issue you are experiencing.
|
||||||
Attach images/videos if possible.
|
Attach images/videos if possible.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
|
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
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.1 (Default)
|
- 1.5.1 (Default)
|
||||||
- upcoming (Edge)
|
- upcoming (Edge)
|
||||||
- 1.5.0
|
- 1.5.0
|
||||||
- 1.4.3
|
- 1.4.3
|
||||||
- 1.4.2
|
- 1.4.2
|
||||||
- 1.4.1
|
- 1.4.1
|
||||||
- 1.4.0
|
- 1.4.0
|
||||||
- pre-1.4.0
|
- pre-1.4.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: upcomingversion
|
id: upcomingversion
|
||||||
attributes:
|
attributes:
|
||||||
label: Upcoming Version
|
label: Upcoming Version
|
||||||
description: If you're using the upcoming branch, please specify what was the commit hash you pulled from.
|
description: If you're using the upcoming branch, please specify what was the commit hash you pulled from.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: contact
|
id: contact
|
||||||
attributes:
|
attributes:
|
||||||
label: Discord contact info
|
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)).
|
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
|
placeholder: ex. Lunos#4026
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
100
.github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml
vendored
100
.github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml
vendored
@ -1,50 +1,50 @@
|
|||||||
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.
|
||||||
labels: ["bug", "status: unconfirmed", "category: battle-ai"]
|
labels: ["bug", "status: unconfirmed", "category: battle-ai"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Please fill in all required fields with as many details as possible.
|
Please fill in all required fields with as many details as possible.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: |
|
description: |
|
||||||
Describe the issue you are experiencing.
|
Describe the issue you are experiencing.
|
||||||
Attach images/videos if possible.
|
Attach images/videos if possible.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
|
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
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.1 (Default)
|
- 1.5.1 (Default)
|
||||||
- upcoming (Edge)
|
- upcoming (Edge)
|
||||||
- 1.5.0
|
- 1.5.0
|
||||||
- 1.4.3
|
- 1.4.3
|
||||||
- 1.4.2
|
- 1.4.2
|
||||||
- 1.4.1
|
- 1.4.1
|
||||||
- 1.4.0
|
- 1.4.0
|
||||||
- pre-1.4.0
|
- pre-1.4.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: upcomingversion
|
id: upcomingversion
|
||||||
attributes:
|
attributes:
|
||||||
label: Upcoming Version
|
label: Upcoming Version
|
||||||
description: If you're using the upcoming branch, please specify what was the commit hash you pulled from.
|
description: If you're using the upcoming branch, please specify what was the commit hash you pulled from.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: contact
|
id: contact
|
||||||
attributes:
|
attributes:
|
||||||
label: Discord contact info
|
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)).
|
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
|
placeholder: ex. Lunos#4026
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
54
.github/ISSUE_TEMPLATE/03_feature_requests.yaml
vendored
54
.github/ISSUE_TEMPLATE/03_feature_requests.yaml
vendored
@ -1,27 +1,27 @@
|
|||||||
name: 🙏 Feature Request 🙏
|
name: 🙏 Feature Request 🙏
|
||||||
description: Do you want a feature to be added to the Expansion? Let us know!
|
description: Do you want a feature to be added to the Expansion? Let us know!
|
||||||
labels: ["feature-request"]
|
labels: ["feature-request"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Please fill in all required fields with as many details as possible.
|
Please fill in all required fields with as many details as possible.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: |
|
description: |
|
||||||
Describe the issue you are experiencing.
|
Describe the issue you are experiencing.
|
||||||
Attach images/videos if possible.
|
Attach images/videos if possible.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
|
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: contact
|
id: contact
|
||||||
attributes:
|
attributes:
|
||||||
label: Discord contact info
|
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)).
|
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
|
placeholder: ex. Lunos#4026
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
100
.github/ISSUE_TEMPLATE/04_other_errors.yaml
vendored
100
.github/ISSUE_TEMPLATE/04_other_errors.yaml
vendored
@ -1,50 +1,50 @@
|
|||||||
name: 💾 Other errors 🖥️
|
name: 💾 Other errors 🖥️
|
||||||
description: Everything else that doesn't fit in the above categories.
|
description: Everything else that doesn't fit in the above categories.
|
||||||
labels: ["bug", "status: unconfirmed"]
|
labels: ["bug", "status: unconfirmed"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Please fill in all required fields with as many details as possible.
|
Please fill in all required fields with as many details as possible.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: |
|
description: |
|
||||||
Describe the issue you are experiencing.
|
Describe the issue you are experiencing.
|
||||||
Attach images/videos if possible.
|
Attach images/videos if possible.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
|
Please enter a description of the issue. Here you can also attach log screenshots, gifs or a video
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
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.1 (Default)
|
- 1.5.1 (Default)
|
||||||
- upcoming (Edge)
|
- upcoming (Edge)
|
||||||
- 1.5.0
|
- 1.5.0
|
||||||
- 1.4.3
|
- 1.4.3
|
||||||
- 1.4.2
|
- 1.4.2
|
||||||
- 1.4.1
|
- 1.4.1
|
||||||
- 1.4.0
|
- 1.4.0
|
||||||
- pre-1.4.0
|
- pre-1.4.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: upcomingversion
|
id: upcomingversion
|
||||||
attributes:
|
attributes:
|
||||||
label: Upcoming Version
|
label: Upcoming Version
|
||||||
description: If you're using the upcoming branch, please specify what was the commit hash you pulled from.
|
description: If you're using the upcoming branch, please specify what was the commit hash you pulled from.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: contact
|
id: contact
|
||||||
attributes:
|
attributes:
|
||||||
label: Discord contact info
|
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)).
|
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
|
placeholder: ex. Lunos#4026
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user