Skip to content

Commit

Permalink
chore: bug template update (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Elias Schneider <[email protected]>
  • Loading branch information
kmendell and stonith404 authored Jan 23, 2025
1 parent d071641 commit def39b8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,24 @@ body:
- type: markdown
attributes:
value: |
Before submitting, please check if the issues hasn't been raised before.
### Additional Information
Before submitting, please check if the issue hasn't been raised before.
- type: textarea
id: extra-information
validations:
required: true
attributes:
label: "Version and Environment"
description: "Please specify the version of Pocket ID, along with any environment-specific configurations, such your reverse proxy, that might be relevant."
placeholder: "e.g., v0.24.1"
- type: textarea
id: log-files
validations:
required: false
attributes:
label: "Log Output"
description: "Output of log files when the issue occured to help us diagnose the issue."
- type: markdown
attributes:
value: |
### Before submitting, please check if the issue hasn't been raised before.

0 comments on commit def39b8

Please sign in to comment.