ci: fix misc issue template issues (#4020)
parent
3e376404c5
commit
2947d35014
|
@ -18,6 +18,7 @@ body:
|
||||||
3. Please ensure an issue does not already exist for this potential bug.
|
3. Please ensure an issue does not already exist for this potential bug.
|
||||||
4. Please only provide specific versions. Latest is not a version.
|
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.
|
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
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Feature Request
|
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:
|
labels:
|
||||||
- type/feature
|
- type/feature
|
||||||
- status/needs-design
|
- status/needs-design
|
||||||
|
|
|
@ -18,6 +18,7 @@ body:
|
||||||
3. Please ensure an issue does not already exist for this potential bug.
|
3. Please ensure an issue does not already exist for this potential bug.
|
||||||
4. Please only provide specific versions. Latest is not a version.
|
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.
|
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
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Feature Request
|
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:
|
labels:
|
||||||
{{- range .Labels }}
|
{{- range .Labels }}
|
||||||
- {{ . }}
|
- {{ . }}
|
||||||
|
|
Loading…
Reference in New Issue