Adjust github issue template behavior
This commit is contained in:
parent
32d39f7e67
commit
decd9422a4
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,27 +1,33 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Let us know about an issue
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the issue is.
|
||||||
|
|
||||||
**Does your template use custom code?**
|
**Does your app use the latest code?**
|
||||||
If so, what features/customizations have you added?
|
If no, consider syncing your fork.
|
||||||
|
|
||||||
**Steps to Reproduce**
|
**Does your app use custom code?**
|
||||||
|
If yes, what features/customizations have you introduced?
|
||||||
|
|
||||||
|
**Steps to reproduce**
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
Images of videos demonstrating the issue.
|
||||||
|
|
||||||
**Live deployment**
|
**Live deployment**
|
||||||
If applicable, add url to latest deployment/hosted website.
|
If available, url to latest deployment/hosted website.
|
||||||
|
|
||||||
|
**Configuration details**
|
||||||
|
Paste contents of `/admin/configuration/export.json` here.
|
||||||
|
|
||||||
**Device details**
|
**Device details**
|
||||||
- Device/OS: [e.g. Windows, macOS, iPhone15Pro, Android]
|
- Device/OS: [e.g. Windows, macOS, iPhone15Pro, Android]
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/config.yaml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yaml
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'enhancement'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user