Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com> Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com> Co-authored-by: hedara90 <90hedara@gmail.com>
37 lines
1.4 KiB
YAML
37 lines
1.4 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.
|
|
- 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
|