-
Notifications
You must be signed in to change notification settings - Fork 4
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
4b97cbc
commit 8a5eb30
Showing
3 changed files
with
76 additions
and
51 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
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 |
---|---|---|
@@ -1,31 +1,44 @@ | ||
--- | ||
name: Generic bug report | ||
about: Let us know about something not working as expected | ||
about: Let us know about something not working as expected with microG itself | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
<!-- Any text like this is a comment, and will be used to explain what you should input and/or examples. --> | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
## Brief description of the bug | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
## Steps to reproduce | ||
<!-- e.g. Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
4. See error --> | ||
|
||
## Expected behaviour | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
## Screenshots | ||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
## System Info | ||
<!-- e.g. | ||
Android version: 15 | ||
OS: LineageOS 22 (whether it is official, unofficial, etc) | ||
microG version: 0.3.3.240913 (make sure all components such as Companion are updated) | ||
microG Self-Check: All ticked (can be found in microG Settings) | ||
--> | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
Android version: | ||
OS: | ||
microG version: | ||
microG Self-Check: | ||
<!-- Missing checks in the self-check menu might be the reason why the issue is happening! --> | ||
|
||
**System** | ||
Android Version: [e.g. 10] | ||
Custom ROM: [e.g. LineageOS 17.1] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
## Additional context | ||
<!-- Add any other context about the problem here. --> |
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 |
---|---|---|
@@ -1,20 +1,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
about: Suggest an feature or idea for microG | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
<!-- Any text like this is a comment, and will be used to explain what you should input and/or examples. --> | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
## Use case | ||
<!-- Is your feature request related to a problem? Please describe. | ||
A clear and concise description of what the problem is. e.g. I'm always frustrated when [...] --> | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
## Proposed solution | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
## Alternative solutions | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
## Additional context | ||
<!-- Add any other context or screenshots about the feature request here. --> |