From 8ec09db17038675227d70d758c26b3922cb1febd Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Wed, 11 May 2022 11:01:11 +1000 Subject: [PATCH] Update issue templates (#754) * Update issue templates to add an idea/question --- .github/ISSUE_TEMPLATE/an-idea-or-question.md | 20 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/security_report.md | 6 +----- 3 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/an-idea-or-question.md diff --git a/.github/ISSUE_TEMPLATE/an-idea-or-question.md b/.github/ISSUE_TEMPLATE/an-idea-or-question.md new file mode 100644 index 000000000..40bd85f46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/an-idea-or-question.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 87995c9e9..7bd1a0c36 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,4 +19,4 @@ assignees: '' -### Any other comments \ No newline at end of file +### Any other comments diff --git a/.github/ISSUE_TEMPLATE/security_report.md b/.github/ISSUE_TEMPLATE/security_report.md index 52f39f530..c062a9be4 100644 --- a/.github/ISSUE_TEMPLATE/security_report.md +++ b/.github/ISSUE_TEMPLATE/security_report.md @@ -2,14 +2,11 @@ name: Security report about: Notify us of a security issue in Kanidm title: '' -labels: - - 'security' - - 'oh no~' +labels: oh no~, security assignees: '' --- - -