Added issue templates

This commit is contained in:
Antoine POPINEAU 2024-04-25 20:52:37 +02:00 committed by GitHub
parent 2b6d06545d
commit e225dfcf3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 41 additions and 0 deletions

31
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**System information:**
- Distribution:
- `greetd` version:
- `tuigreet` version:
- Installation method (from source, package, binary, etc.):
- `tuigreet` command line:
**Additional context**
Add any other context about the problem here.

10
.github/ISSUE_TEMPLATE/other-issue.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
name: Other issue
about: Feature idea, comment, anything, really
title: ''
labels: ''
assignees: ''
---