Update issue templates

This commit is contained in:
Bleak Grey 2019-09-07 23:04:31 +03:00 committed by GitHub
parent 1e42721faa
commit 16723e24fe
2 changed files with 67 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,33 @@
---
name: Bug Report
about: Report a problem in the application behavior
title: Bug Report
labels: ''
assignees: ''
---
**What should happen:**
(Enter here a clear and concise description of what you expected to happen.)
**What happened instead:**
(Enter here a clear and concise description of what the bug is.)
**How to reproduce:**
Steps to reproduce the behavior:
1. ...
2. ...
**Screenshots:**
(If applicable, add screenshots here.)
**Build context:**
- Distro: (enter your distribution name here)
- Version: (enter the app version you're using)
- Build type: AppCenter / Flatpak / Manual from source (highlight or enter where you got the app from)
**Logs:**
(Terminal logs can be extremely helpful. Launch the app from terminal with 'com.github.bleakgrey.tootle' and paste the output here if you can.)
**Additional info:**
(Add any other context about the problem here if any.)

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

@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: Bug Report
labels: ''
assignees: ''
---
**What happened?**
A clear and concise description of what the bug is.
**What should happen instead?**
A clear and concise description of what you expected to happen.
**How to reproduce:**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. ...
**Screenshots**
(If applicable, add screenshots here)
**Build context:**
- My distro is: (enter your distro)
- Build type: AppCenter / Flatpak / Manual from source (highlight or enter where got the app)
- Version: (enter the version you're using)
**Terminal output**
(Terminal logs can be extremely helpful. Launch the app from terminal with 'com.github.bleakgrey.tootle' and paste the output here if you can.)
**Additional context**
Add any other context about the problem here.