-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56184bb
commit c4d9521
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |