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