39 lines
1.6 KiB
YAML
39 lines
1.6 KiB
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 fields with as many details as possible.
|
|
Once your feature request is posted, make sure you and your collaborators are added to `CREDITS.md` by [tagging the bot on GitHub](https://github.com/rh-hideout/pokeemerald-expansion/wiki/CREDITS.md-Frequently-Asked-Questions). EVERY contribution matters, even requesting issues!
|
|
|
|
- type: textarea
|
|
id: behavior
|
|
attributes:
|
|
label: Behavior Description
|
|
description: |
|
|
What is the current behavior? What behavior would you expect your feature request to provide? What other information can you provide to help your feature get implemented?
|
|
placeholder: |
|
|
Provide as much context as possible.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: media
|
|
attributes:
|
|
label: Images / Video
|
|
description: |
|
|
Have other projects or games solved this problem? Do you have images or video to show this happening?
|
|
placeholder: |
|
|
Here you can also attach logs, screenshots, gifs or a video.
|
|
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. Discussion around **pokeemerald-expansion** happens in our [Discord server](https://discord.gg/6CzjAG6GZk).
|
|
placeholder: ex. Lunos#4026
|
|
validations:
|
|
required: false
|