diff options
| author | void_17 <61356189+void2012@users.noreply.github.com> | 2026-03-02 03:52:55 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 03:52:55 +0700 |
| commit | 180ad193eefffe068b61572b4cf44daa0fc52622 (patch) | |
| tree | ff0654e32c28d93a2fbbed4e3f7b8f9907c445c1 /.github/ISSUE_TEMPLATE/feature_request.yaml | |
| parent | a3f3717e1eee1b194eb0c9f07c92bf0bd95b88a4 (diff) | |
Revert "Added bug, and feature template for issues"
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yaml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml deleted file mode 100644 index 20a1aa73..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: Feature Request -description: Suggest an idea to help us improve MinecraftConsoles -title: "[Feature]: " -labels: - - "enhancement" - -body: - - type: markdown - attributes: - value: | - **Thanks 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 |
