-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(issue templetes): Introduce issue templates
- Loading branch information
Showing
2 changed files
with
43 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,30 @@ | ||
--- | ||
name: Bug report | ||
about: Report a problem related to WADBS | ||
title: "[BUG] " | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
# System information | ||
|
||
> Describe your setup, so we can understand the cause of the bug better | ||
- Android version: <e.g. Android 12> | ||
- Android vendor: <e.g. MIUI, OneUI, Lineage OS> | ||
- Mode: <root or Shizuku> | ||
- WADBS version: <e.g. 1.0> | ||
- Where did you get the app from: <e.g. IzzyOnDroid or GitHub Releases page> | ||
- Any additional information you would like to share about your system | ||
|
||
# Problem description | ||
|
||
> Describe your problem with as much detail as possible. | ||
> You may want to include some specific conditions the problem is occurring because of in your opinion (e.g. the widget is not working, but you are using a custom home screen launcher). | ||
> Provide error logs if you are able to get any. You can capture logs using your PC or an app such as MatLog on your Android device. | ||
<!-- Describe your problem below --> | ||
|
||
- [ ] This issue was not reported before | ||
- [ ] I agree to keep the discussion polite and on point |
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,13 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE] " | ||
labels: feature request | ||
assignees: '' | ||
|
||
--- | ||
|
||
> Describe the feature you would like to be added to WADBS. Make sure that the description is clear and detailed enough for a reader (developer or a new contributor) to understand. | ||
- [ ] This feature was not requested before (both as a feature request and as a bug report that such feature would fix) | ||
- [ ] I agree to keep the discussion polite and on topic |