Update issue templates

This commit is contained in:
alexcrea 2024-09-14 17:58:44 +02:00 committed by GitHub
parent f4c6e724d4
commit 00e542ec8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 46 additions and 0 deletions

28
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,28 @@
---
name: Bug report
about: If you think you encountered something unexpected
title: ''
labels: bug
assignees: alexcrea
---
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Technical informations**
Server version & framework. (/version)
Plugin version if applicable (/version CustomAnvil)
List of plugin that may interact with CustomAnvil if applicable
**Errors**
If any errors was displayed on the console. please provide it.
**Configuration**
Provide relavent configuration files if no error found or if you think the error is related to your configuration.
**Additional context**
Add any other context about the problem here.

View file

@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for Custom Anvil
title: ''
labels: enhancement
assignees: alexcrea
---
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Idea how to integrate it**
How and where do you think the config of your feature should like
How and where do you think the config gui for your feature should look like
**Additional context**
Add any other context about the feature request here.