Skip to content

Commit

Permalink
ci: fix misc issue template issues (authelia#4020)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott authored Sep 16, 2022
1 parent 3e37640 commit 2947d35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body:
3. Please ensure an issue does not already exist for this potential bug.
4. Please only provide specific versions. Latest is not a version.
5. Please read the [Troubleshooting Sanitization](https://www.authelia.com/r/sanitize) reference guide if you plan on removing or adjusting any values for the logs or configuration files.
6. Please consider including a [HTTP Archive File](https://www.authelia.com/r/har) if you're having redirection issues.
- type: dropdown
id: version
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature Request
description: Submit a Feature for Design which Has Been Submitted as an Idea and has been voted on
description: Submit a Feature Request
labels:
- type/feature
- status/needs-design
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body:
3. Please ensure an issue does not already exist for this potential bug.
4. Please only provide specific versions. Latest is not a version.
5. Please read the [Troubleshooting Sanitization](https://www.authelia.com/r/sanitize) reference guide if you plan on removing or adjusting any values for the logs or configuration files.
6. Please consider including a [HTTP Archive File](https://www.authelia.com/r/har) if you're having redirection issues.
- type: dropdown
id: version
attributes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature Request
description: Submit a Feature for Design which Has Been Submitted as an Idea and has been voted on
description: Submit a Feature Request
labels:
{{- range .Labels }}
- {{ . }}
Expand Down

0 comments on commit 2947d35

Please sign in to comment.