From 15e952d4cbf5dde988890eb9ee28189e17441e6a Mon Sep 17 00:00:00 2001 From: NĪžVĪ›R Date: Sun, 1 Mar 2026 20:20:20 +0100 Subject: added config for issues --- .github/ISSUE_TEMPLATE/bug_report.yaml | 72 +++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yaml | 46 ++++++++++++++++++ .github/bug_report.yaml | 72 ----------------------------- .github/feature_request.yaml | 46 ------------------ 5 files changed, 119 insertions(+), 118 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml delete mode 100644 .github/bug_report.yaml delete mode 100644 .github/feature_request.yaml (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000..7f3c2033 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,72 @@ +name: "šŸ› Bug Report" +description: "Report a bug to help us improve MinecraftConsoles" +title: "[Bug]: " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + **Thanks for taking the time to report a bug!** + Please ensure you are using the latest version of the repository and have followed the build instructions in the README. + - type: textarea + id: description + attributes: + label: Description + description: "A clear and concise description of what the bug is." + placeholder: "Describe what happened..." + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Steps to Reproduce + description: "How can we reproduce this bug?" + placeholder: | + 1. Open MinecraftConsoles.sln + 2. Set configuration to ... + 3. Run the project + 4. Do ... + validations: + required: true + - type: textarea + id: expected-actual + attributes: + label: Expected vs. Actual Behavior + description: "What did you expect to happen, and what actually happened?" + validations: + required: true + - type: dropdown + id: build-config + attributes: + label: Build Configuration + description: "Which configuration were you using?" + options: + - Debug + - Release + validations: + required: true + - type: dropdown + id: target-platform + attributes: + label: Target Platform + description: "Which platform were you targeting?" + options: + - Windows64 + - Other (please specify in context) + validations: + required: true + - type: textarea + id: environment + attributes: + label: Environment Details + description: "e.g., Visual Studio version, Windows version, Hardware specs." + placeholder: "Visual Studio 2022 v17.x, Windows 11..." + validations: + required: false + - type: textarea + id: context + attributes: + label: Additional Context + description: "Add any other context, screenshots, or logs here." + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..39e0b223 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/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 diff --git a/.github/bug_report.yaml b/.github/bug_report.yaml deleted file mode 100644 index 7f3c2033..00000000 --- a/.github/bug_report.yaml +++ /dev/null @@ -1,72 +0,0 @@ -name: "šŸ› Bug Report" -description: "Report a bug to help us improve MinecraftConsoles" -title: "[Bug]: " -labels: ["bug"] -body: - - type: markdown - attributes: - value: | - **Thanks for taking the time to report a bug!** - Please ensure you are using the latest version of the repository and have followed the build instructions in the README. - - type: textarea - id: description - attributes: - label: Description - description: "A clear and concise description of what the bug is." - placeholder: "Describe what happened..." - validations: - required: true - - type: textarea - id: reproduction - attributes: - label: Steps to Reproduce - description: "How can we reproduce this bug?" - placeholder: | - 1. Open MinecraftConsoles.sln - 2. Set configuration to ... - 3. Run the project - 4. Do ... - validations: - required: true - - type: textarea - id: expected-actual - attributes: - label: Expected vs. Actual Behavior - description: "What did you expect to happen, and what actually happened?" - validations: - required: true - - type: dropdown - id: build-config - attributes: - label: Build Configuration - description: "Which configuration were you using?" - options: - - Debug - - Release - validations: - required: true - - type: dropdown - id: target-platform - attributes: - label: Target Platform - description: "Which platform were you targeting?" - options: - - Windows64 - - Other (please specify in context) - validations: - required: true - - type: textarea - id: environment - attributes: - label: Environment Details - description: "e.g., Visual Studio version, Windows version, Hardware specs." - placeholder: "Visual Studio 2022 v17.x, Windows 11..." - validations: - required: false - - type: textarea - id: context - attributes: - label: Additional Context - description: "Add any other context, screenshots, or logs here." - validations: - required: false diff --git a/.github/feature_request.yaml b/.github/feature_request.yaml deleted file mode 100644 index 39e0b223..00000000 --- a/.github/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 :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 -- cgit v1.2.3