Adjust github issue template behavior

This commit is contained in:
Sam Becker 2025-11-14 12:23:48 -08:00
parent 32d39f7e67
commit decd9422a4
3 changed files with 16 additions and 9 deletions

View File

@ -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
View File

@ -0,0 +1 @@
blank_issues_enabled: false

View File

@ -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: ''
--- ---