mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
28 lines
980 B
YAML
28 lines
980 B
YAML
name: 🙏 Feature Request 🙏
|
|
description: Do you want a feature to be added to the Expansion? Let us know!
|
|
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
|