From 161cbdfebfdbbd21bbbdbb2099cfafb96bee6d58 Mon Sep 17 00:00:00 2001 From: moecinnamo Date: Sat, 6 Dec 2025 19:48:28 +0800 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/bug.yml | 57 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.yml | 36 +++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..1b755f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,57 @@ +name: 🐞 Report error +description: Report an error (bug), please first check the FAQ and search the Issue list for the issue you want to raise. +title: "[Bug]: " +body: +- type: checkboxes + id: check-answer + attributes: + label: Solution check + description: Please ensure that you have completed all of the following operations. + options: + - label: I have searched [Issues](https://github.com/OmniX-Space/MeowBox-Core/issues).However, no similar issues were found. + required: true +- type: textarea + id: expected-behavior + attributes: + label: Expected behavior + description: A clear and concise description of what is expected to happen + validations: + required: true +- type: textarea + id: actual-behavior + attributes: + label: Actual behavior + description: A clear and concise description of what actually happened. + validations: + required: true +- type: input + id: version + attributes: + label: MeowBox-Core version + description: What version of MeowBox-Core are you using? + placeholder: e.g. v0.0.2 + validations: + required: true +- type: input + id: last-known-working-version + attributes: + label: The final normal version + description: If so, please fill in the final normal version here. + placeholder: e.g. v0.0.1 +- type: input + id: operating-system-version + attributes: + label: Operating system version + description: | + What version of operating system are you using? + On macOS, click on "Apple Menu > About This Machine"; + On Linux, execute the `lsc_release` or `uname - a` command; + On Windows, click the Start button > Settings > System > About. + placeholder: "e.g. macOS 11.2.3, Windows 10 20H2, Debian 12.1.0" + validations: + required: true +- type: textarea + id: additional-information + attributes: + label: Additional information + description: If your issue needs further explanation or you are facing a difficult-to-reproduce issue, please add more information here. (You can directly drag and drop images or videos into the text box) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..8f62c1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,36 @@ +name: ✨ Function request +description: To come up with an idea for this project, please first review the frequently asked questions and search the Issue list to see if there are any issues you want to raise. +title: "[Feature]: " +body: +- type: checkboxes + id: check-answer + attributes: + label: Solution check + description: Please ensure that you have completed all of the following operations. + options: + - label: I have searched [Issues](https://github.com/OmniX-Space/MeowBox-Core/issues).However, no similar issues were found. + required: true +- type: textarea + id: problem-description + attributes: + label: Problem description + description: Please add a clear and concise description of the problem you want to solve. + validations: + required: true +- type: textarea + id: proposed-solution + attributes: + label: Describe the solution you want + description: Briefly and clearly describe what you are about to happen + validations: + required: true +- type: textarea + id: alternatives-considered + attributes: + label: Describe the alternative solutions you have considered + description: A concise and clear description of all alternative solutions or features you have considered +- type: textarea + id: additional-information + attributes: + label: Additional information + description: If your question requires further explanation or if you would like to express other content, please add more information here. (Simply drag the image/video to the editing box to add it) \ No newline at end of file