aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNΞVΛR <danielo-24@hotmail.com>2026-03-01 20:07:49 +0100
committerNΞVΛR <danielo-24@hotmail.com>2026-03-01 20:07:49 +0100
commitcde94faefa38b7056bb341604b64bfd8d6155509 (patch)
treef7a991815c868321b77cf7907fc4e393b5558787 /.github
parentf5ebb5bfff1c54d031a682dfba1b29f70ffb90df (diff)
added feature request template
Diffstat (limited to '.github')
-rw-r--r--.github/feature_request.yaml46
1 files changed, 46 insertions, 0 deletions
diff --git a/.github/feature_request.yaml b/.github/feature_request.yaml
new file mode 100644
index 00000000..39e0b223
--- /dev/null
+++ b/.github/feature_request.yaml
@@ -0,0 +1,46 @@
+---
+name: 🛠️ Feature Request
+description: Suggest an idea to help us improve MinecraftConsoles
+title: "[Feature]: "
+labels:
+ - "enhancement"
+
+body:
+ - type: markdown
+ attributes:
+ value: |
+ **Thanks :heart: for taking the time to fill out this feature request report!**
+ We kindly ask that you search to see if an issue [already exists](https://github.com/smartcmd/MinecraftConsoles/issues) for your feature.
+
+ - type: textarea
+ attributes:
+ label: Description
+ description: |
+ A clear and concise description of the feature you're interested in.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Suggested Solution
+ description: |
+ Describe the solution you'd like. A clear and concise description of what you want to happen.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Alternatives
+ description: |
+ Describe alternatives you've considered.
+ A clear and concise description of any alternative solutions or features you've considered.
+ validations:
+ required: false
+
+ - type: textarea
+ attributes:
+ label: Additional Context
+ description: |
+ Add any other context about the problem here.
+ validations:
+ required: false