From 235a8acb28517bfc56b3bcf494c36b30f353ed78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jezer=20Mej=C3=ADa?= <59768785+JezerM@users.noreply.github.com> Date: Mon, 2 Aug 2021 10:52:19 -0600 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 +++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..eca64d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +## **Environment** +- OS: [e.g. Ubuntu 21.04] +- web-greeter version: output of `web-greeter --version` + +## **Bug description** +A clear and concise description of what the bug is. + +## **Steps to reproduce** +Steps to reproduce the behavior. + +## **Expected behavior** +A clear and concise description of what you expected to happen. + +## **Screenshots** +If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..5f81c9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +## **Environment** +- OS: [e.g. Ubuntu 21.04] +- web-greeter version: output of `web-greeter --version` + +## **Description of feature** +A clear and concise description of what you want to happen. + +## **Possible solutions** +Add alternatives solutions to this feature or problem.