mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Update issue templates (#754)
* Update issue templates to add an idea/question
This commit is contained in:
parent
7389a145c9
commit
8ec09db170
20
.github/ISSUE_TEMPLATE/an-idea-or-question.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/an-idea-or-question.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: An idea or question
|
||||||
|
about: Suggest an idea or change for this project
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear description of what the problem is. Ex. I'm confused by, or would like to know how to...
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A description of what you'd expect to happen.
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
Are there any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -19,4 +19,4 @@ assignees: ''
|
||||||
|
|
||||||
<!-- On Unix please post the output of "uname -a" -->
|
<!-- On Unix please post the output of "uname -a" -->
|
||||||
|
|
||||||
### Any other comments
|
### Any other comments
|
||||||
|
|
6
.github/ISSUE_TEMPLATE/security_report.md
vendored
6
.github/ISSUE_TEMPLATE/security_report.md
vendored
|
@ -2,14 +2,11 @@
|
||||||
name: Security report
|
name: Security report
|
||||||
about: Notify us of a security issue in Kanidm
|
about: Notify us of a security issue in Kanidm
|
||||||
title: ''
|
title: ''
|
||||||
labels:
|
labels: oh no~, security
|
||||||
- 'security'
|
|
||||||
- 'oh no~'
|
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Please see the security policy in SECURITY.md, located in the root of the repository.
|
Please see the security policy in SECURITY.md, located in the root of the repository.
|
||||||
|
@ -27,4 +24,3 @@ Thank you!
|
||||||
### Operating System / Version
|
### Operating System / Version
|
||||||
|
|
||||||
<!-- On Unix please post the output of "uname -a" -->
|
<!-- On Unix please post the output of "uname -a" -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue