diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..7c7c5f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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.) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a331003 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.