From ed34413edb05a6286b66f0201dc08ee89e9f9aac Mon Sep 17 00:00:00 2001 From: JezerM Date: Wed, 13 Oct 2021 13:06:49 -0600 Subject: [PATCH] Updated GitHub issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index eca64d1..266871d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,17 +7,17 @@ assignees: '' --- -## **Environment** +## Environment - OS: [e.g. Ubuntu 21.04] - web-greeter version: output of `web-greeter --version` -## **Bug description** +## Bug description A clear and concise description of what the bug is. -## **Steps to reproduce** +## Steps to reproduce Steps to reproduce the behavior. -## **Expected behavior** +## Expected behavior A clear and concise description of what you expected to happen. ## **Screenshots** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5f81c9c..3311df9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,12 +7,12 @@ assignees: '' --- -## **Environment** +## Environment - OS: [e.g. Ubuntu 21.04] - web-greeter version: output of `web-greeter --version` -## **Description of feature** +## Description of feature A clear and concise description of what you want to happen. -## **Possible solutions** +## Possible solutions Add alternatives solutions to this feature or problem.