0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00

Rename "Bug report (generated)" to "Crash report"

This commit is contained in:
Patrick Goldinger 2021-04-17 18:13:08 +02:00
parent 34d9495e66
commit c21b1806b6
4 changed files with 42 additions and 43 deletions

View File

@ -1,6 +1,6 @@
---
name: Bug report (blank)
about: Create a new report to help FlorisBoard improve
name: Bug report
about: Create a report to help FlorisBoard improve
title: ''
labels: bug
assignees: ''
@ -8,13 +8,13 @@ assignees: ''
---
<!--
- Important: If you have a generated error log to paste, use the
"Bug report (generated)" template instead!
- Important: If you have a generated crash log to paste, use the
"Crash report" template instead!
-
- Describe the bug in a short but concise way.
- If you have a screenshot or screen recording of the bug, link them at the end
of this issue.
- Please search existing bug reports to avoid creating duplicates.
- Please search existing bug/crash reports reports to avoid creating duplicates.
- Give your bug report a good name (no generics like "Error" or "Crash"), so
others can easily identify the topic of your issue.
- Also make sure to fill out the environment information. This info is valuable

View File

@ -1,36 +0,0 @@
---
name: Bug report (generated)
about: Create a report with a generated error log attached to help FlorisBoard improve
title: ''
labels: bug
assignees: ''
---
<!--
- Important: Use this template only if you can paste a generated error log. If
you don't have such log, use the "Bug report (blank)" template instead.
-
- Describe the bug in a short but concise way.
- If you have a screenshot or screen recording of the bug, link them at the end
of this issue.
- Please search existing bug reports to avoid creating duplicates.
- Give your bug report a good name (no generics like "Error" or "Crash"), so
others can easily identify the topic of your issue.
-
- Important: should your issue be regarding an OutOfMemory crash, please
don't submit this bug report and check out issue #677 (is pinned).
-
- Thank you for your help in making FlorisBoard better!
-->
#### Short description
Describe the bug in a short but concise way.
#### Steps to reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
<!-- Paste the generated error log below -->

35
.github/ISSUE_TEMPLATE/crash_report.md vendored Normal file
View File

@ -0,0 +1,35 @@
---
name: Crash report
about: Create a report with a generated crash log attached to help FlorisBoard improve
title: ''
labels: bug
assignees: ''
---
<!--
- Important: Use this template only if you can paste a generated crash log. If
you don't have such log, use the "Bug report" template instead.
-
- Describe what you were doing what could've led to the crash and if the crash was random
or reproducible.
- Please search existing bug/crash reports to avoid creating duplicates.
- Give your crash report a good name (no generics like "Error" or "Crash"), so
others can easily identify the topic of your issue.
-
- Important: should your issue be regarding an OutOfMemory crash, please
don't submit this bug report and check out issue #677 (is pinned).
-
- Thank you for your help in making FlorisBoard better!
-->
#### Short description
Describe the moments before the crash and what could've led to the crash.
#### Steps to reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See crash
<!-- Paste the generated crash log below -->

View File

@ -374,8 +374,8 @@
<!-- Crash Dialog strings -->
<string name="crash_dialog__title" comment="Title of crash dialog">FlorisBoard error report</string>
<string name="crash_dialog__description" comment="Description of crash dialog">Sorry for the inconvenience, but FlorisBoard has crashed due to an unexpected error.</string>
<string name="crash_dialog__report_instructions" comment="Report instructions crash dialog">If you wish to report this error, first check out the issue tracker on GitHub if your crash has not already been reported. If it hasn\'t, copy the generated error report and open a new issue. Use the \"%s\" template and fill out the description, steps to reproduce and paste the generated error log at the end. This helps in making FlorisBoard better and more stable for everyone. Thank you!</string>
<string name="crash_dialog__bug_report_template" comment="Name of bug report template to use in crash dialog" translatable="false">Bug report (generated)</string>
<string name="crash_dialog__report_instructions" comment="Issue tracker report instructions for the crash dialog. The %s placeholder is the name of the crash report template and always in English/LTR.">If you wish to report this error, first check out the issue tracker on GitHub if your crash has not already been reported. If it hasn\'t, copy the generated crash log and open a new issue. Use the \"%s\" template and fill out the description, steps to reproduce and paste the generated crash log at the end. This helps in making FlorisBoard better and more stable for everyone. Thank you!</string>
<string name="crash_dialog__bug_report_template" comment="Name of the template to use in the GitHub issue tracker (is always in English)" translatable="false">Crash report</string>
<string name="crash_dialog__copy_to_clipboard" comment="Label of Copy to clipboard button in crash dialog">Copy to clipboard</string>
<string name="crash_dialog__open_issue_tracker" comment="Label of Open issue tracker button in crash dialog">Open issue tracker (github.com)</string>
<string name="crash_dialog__close" comment="Label of Close button in crash dialog">Close</string>