Skip to content

Commit

Permalink
Create 0_A11_bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fakemanoan authored Aug 6, 2024
1 parent 56184bb commit c4d9521
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/0_A11_bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Android 11 bug report
description: If you are having an issue with LineageOS 18.1 and cant fix it.
labels:
- A12L
body:
- type: input
id: build
attributes:
label: Build used
description: >-
The LineageOS build you flashed (file name will work)
validations:
required: true
- type: input
id: model
attributes:
label: Model number
description: >-
The model of phone you have
validations:
required: true
- type: textarea
id: describe
attributes:
label: Describe the bug
description: >-
Give a detailed description on the bug you're facing. The more details
the better
placeholder: When I try to...
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: To Reproduce
description: >-
Give a detailed step by step instructions on how to reproduce the issue.
placeholder: >-
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: additionalinfo
attributes:
label: Any extra info
description: >-
Add any other context about the problem here, like hardware/software
information you think might make this easier to diagnose.

0 comments on commit c4d9521

Please sign in to comment.