mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-08 23:58:15 -05:00
Update issue templates
This commit is contained in:
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Version
|
||||||
|
Please provide your current version (can be found on the system page since v0.8.4)
|
||||||
|
Version:
|
||||||
|
|
||||||
|
### Bug description
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
||||||
27
.github/ISSUE_TEMPLATE/help-request.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/help-request.md
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
name: Help request
|
||||||
|
about: If there is anything wrong with your setup
|
||||||
|
title: ''
|
||||||
|
labels: setup issue
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Version
|
||||||
|
Please provide your current version (can be found on the system page since v0.8.4)
|
||||||
|
Version:
|
||||||
|
|
||||||
|
### Issue
|
||||||
|
Please describe your problem here
|
||||||
|
|
||||||
|
### `.env`
|
||||||
|
Please include your `.env` config file (**make sure to remove/replace all secrets**)
|
||||||
|
```
|
||||||
|
env content
|
||||||
|
```
|
||||||
|
|
||||||
|
### `docker-compose.yml`
|
||||||
|
When running with docker compose please provide your `docker-compose.yml`
|
||||||
|
```
|
||||||
|
docker-compose.yml content
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user