Skip to content

Commit

Permalink
[Core]: Adding Crash Report and Translation Issue report
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Dec 16, 2023
1 parent e55a647 commit bae929f
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/crash_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: 🧨 Crash Report
description: Something is not working as expected.
title: 🧨 <crash report>
labels: crash

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this crash report!
- type: textarea
attributes:
label: Description
placeholder: >-
A clear and concise description of what happened before, while and after the crash.
validations:
required: true

- type: textarea
attributes:
label: Version
placeholder: >-
Please tell us which version you're using. Follow our Guide under Settings -> Info and Settings -> Help
- SL_Build sha [e.g. 15a240d]
- SL_Build number [e.g. 1]
- SL_Langauge [e.g. en]
- SL_Version Number [e.g. 0.0.1-alpha]
- iOS version [e.g. 17.0.3]
- iPadOS version [e.g. 17.0.3]
- macOS version [e.g. 14.0]
validations:
required: true

- type: textarea
attributes:
label: To Reproduce
description: >-
Steps to reliably reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Additional Context
placeholder: >-
Any other context or considerations about the bug...
- type: textarea
attributes:
label: Screenshots
placeholder: >-
If applicable, please provide relevant screenshots or screen recordings...
- type: checkboxes
id: new-crash
attributes:
label: Is there an existing crash report for this?
description: Please search to see if an issue already exists for the crash you encountered.
options:
- label: I have searched the existing issues
required: true
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/translation_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: 🌎 Translation Issue
description: Something is not working as expected.
title: 🌎 Translation Issue in <Screen>
labels: translation, good-first-issue, bug

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this translation report!
- type: textarea
attributes:
label: Description
placeholder: >-
A clear and concise description of what the translation issue is about and in which screen we can find it.
validations:
required: true

- type: textarea
attributes:
label: Version
placeholder: >-
Please tell us which version you're using. Follow our Guide under Settings -> Info and Settings -> Help
- SL_Build sha [e.g. 15a240d]
- SL_Build number [e.g. 1]
- SL_Langauge [e.g. en]
- SL_Version Number [e.g. 0.0.1-alpha]
- iOS version [e.g. 17.0.3]
- iPadOS version [e.g. 17.0.3]
- macOS version [e.g. 14.0]
validations:
required: true

- type: textarea
attributes:
label: To Reproduce
description: >-
Steps to reliably reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Additional Context
placeholder: >-
Any other context or considerations about the bug...
- type: textarea
attributes:
label: Screenshots
placeholder: >-
Please provide relevant screenshots or screen recordings...
validations:
required: true

- type: checkboxes
id: new-translationissue
attributes:
label: Is there an existing translation issue for this?
description: Please search to see if an issue already exists for the translation issue you encountered.
options:
- label: I have searched the existing issues
required: true

0 comments on commit bae929f

Please sign in to comment.