From fd729c222de9fab645dd3628690106c7143bfdcb Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 24 Jul 2018 19:07:08 +0200 Subject: Update GitHub issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..b8df1073 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Version** + - Distribution [e.g. Ubuntu 18.04] + - Lynis version [e.g. 22] + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Output** +If applicable, add output that you get from the tool or the related section of lynis.log + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..91466f2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. How would it help you to make things easier? Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Required changes** +What needs to be changed in Lynis? + +**Additional context** +Add anything else that you consider to be relevant about the feature request here. -- cgit v1.2.3