Update issue templates
This commit is contained in:
parent
fd7d8e65c8
commit
4c1c0087c7
1 changed files with 27 additions and 0 deletions
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a bug report
|
||||||
|
title: "[BUG] "
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Deployment details:**
|
||||||
|
- App version [e.g. v1.7.4]:
|
||||||
|
- Platform [e.g. amd64, arm64, arm/v7]:
|
||||||
|
- Docker image tag [e.g. latest, multiarch]:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Bug description:**
|
||||||
|
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Steps to reproduce:**
|
||||||
|
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
Loading…
Reference in a new issue