Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Oct 23, 2024
1 parent 1c047e5 commit b79caba
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: Bug Report
description: Report something that's not working as expected
title: "[Bug]: "
labels: [ bug ]
assignees:
- fibelatti
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report, helping to make the app better for everyone.
- type: textarea
attributes:
label: Describe the problem
label: What happened?
description: |
Describe what's happening to the best of your ability.
You can also write reproduction steps if you're comfortable with it.
Expand All @@ -15,6 +21,16 @@ body:
3. Observe that...
validations:
required: true
- type: dropdown
attributes:
label: Service
description: Which service are you using?
multiple: true
options:
- Pinboard
- Linkding
validations:
required: true
- type: markdown
attributes:
value: |
Expand Down
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Feature Request
description: Suggest a new feature or improvement
title: "[Feature Request]: "
labels: [ enhancement ]
assignees:
- fibelatti
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request, helping to make the app better for everyone.
- type: textarea
attributes:
label: Describe your idea
Expand All @@ -15,6 +21,16 @@ body:
description: Try describing where and how you'd like to see your idea added to the app
validations:
required: true
- type: dropdown
attributes:
label: Service
description: Which service are you using?
multiple: true
options:
- Pinboard
- Linkding
validations:
required: true
- type: textarea
attributes:
label: Additional context
Expand Down

0 comments on commit b79caba

Please sign in to comment.