From 52002f80ca55aec8c5d9203a2e7652d00d1cc19f Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 13 Sep 2024 13:41:29 +0800 Subject: [PATCH] feat: add issue template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..6d85298 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,33 @@ +name: 🙋‍♂ī¸ Support & Feedback +description: Use this template to ask for support or provide feedback. +title: '🙋‍♂ī¸ Support & Feedback: Quick RSS' +labels: ['support', 'feedback'] +body: + - type: markdown + attributes: + value: | + Please provide as much detail as possible about your support request or feedback. + + - type: textarea + attributes: + label: 🙋‍♂ī¸ What do you need help with? + description: Describe the issue or feedback you have for Quick RSS. + placeholder: ex. I have trouble configuring the RSS feed or I want to suggest a new feature. + validations: + required: true + + - type: input + attributes: + label: "đŸ’ģ Desktop" + description: Your operating system and version. + placeholder: ex. `macOS 14.0.1` + validations: + required: true + + - type: textarea + attributes: + label: ℹī¸ Additional context + description: Add any additional information that could be helpful. + placeholder: ex. Screenshots, steps to reproduce, etc. + validations: + required: false \ No newline at end of file