mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-22 05:51:44 +01:00
This commit is contained in:
parent
0a9890111c
commit
d6355afc54
2 changed files with 50 additions and 38 deletions
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,38 +0,0 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help improve this app
|
||||
title: '[bug] '
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# Describe the bug
|
||||
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
# To Reproduce
|
||||
|
||||
<!--
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
-->
|
||||
|
||||
# Expected behavior
|
||||
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
# Screenshots
|
||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||
|
||||
# Smartphone (please complete the following information)
|
||||
- Device: <!-- e.g. Fairphone 5 -->
|
||||
- Android Version: <!-- e.g. Marshmallow, 6.0 or API 23 -->
|
||||
- µLauncher Version: <!-- e.g. j-0.0.11 or version code 25 -->
|
||||
|
||||
# Additional info
|
||||
|
||||
<!-- Add any other info or comments about the problem here. -->
|
50
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
50
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
|
@ -0,0 +1,50 @@
|
|||
name: Bug report
|
||||
description: Create a report to help improve this app
|
||||
title: '[bug] '
|
||||
labels: bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for helping to improve µLauncher!
|
||||
- type: textarea
|
||||
id: bug
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: What happened?
|
||||
placeholder: A clear and concise description of what the bug is.
|
||||
render: markdown
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: What did you expect to happen instead?
|
||||
render: markdown
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: reproduce
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
description: What steps are required to reproduce the bug?
|
||||
render: markdown
|
||||
placeholder: |
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: device
|
||||
attributes:
|
||||
label: Your Device
|
||||
description: |
|
||||
What device are you using? Adding this information helps to reproduce the bug.
|
||||
You can copy this from µLauncher > Settings > Meta > Report Bug.
|
||||
render: markdown
|
||||
validations:
|
||||
required: false
|
Loading…
Add table
Reference in a new issue