Browse Source

Update issue templates

sisyphus
Jezer Mejía 4 years ago committed by JezerM
parent
commit
235a8acb28
No known key found for this signature in database
GPG Key ID: 66BBC5D01388C6B5
  1. 24
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 18
      .github/ISSUE_TEMPLATE/feature_request.md

24
.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.

18
.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.
Loading…
Cancel
Save