Skip to content

Commit

Permalink
feature(issue templetes): Introduce issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Smooth-E authored Nov 3, 2023
1 parent 3db2886 commit c8f37f4
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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

0 comments on commit c8f37f4

Please sign in to comment.