Skip to content

Commit

Permalink
feat: add issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 13, 2024
1 parent e69f062 commit 52002f8
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 52002f8

Please sign in to comment.