Skip to content

Commit a14be10

Browse files
committed
chore: Add question issue template and update other ones
1 parent 0621cd9 commit a14be10

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Create a report to help us fix bugs & issues in existing supported functionality
3-
labels: [":bug: Bug"]
3+
labels: ["bug", "status/untriaged"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Request a new feature or idea to be added to Hoarder
3-
labels: [":hammer: Feature Request"]
3+
labels: ["feature request", "status/untriaged"]
44
body:
55
- type: textarea
66
id: description

.github/ISSUE_TEMPLATE/question.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Question / Support Request
2+
description: Get help with anything related to Hoarder
3+
labels: ["question"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
We use Github discussions for anything that's not a bug report or a feature request. Please ask your question in the [Q&A section](https://github.com/hoarder-app/hoarder/discussions/categories/q-a) and someone will answer it soon!

0 commit comments

Comments
 (0)