-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e69f062
commit 52002f8
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |