mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 21:25:19 +02:00
Update issue templates
This commit is contained in:
parent
0ea948c62c
commit
9b28d9a315
2 changed files with 16 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: "Detailed bug reports help me diagnose and fix bugs quicker! Thanks!"
|
about: Detailed bug reports help me diagnose and fix bugs quicker! Thanks!
|
||||||
title: "[BUG]"
|
title: "[BUG]"
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
15
.github/ISSUE_TEMPLATE/deployment-issue.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/deployment-issue.md
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
name: Deployment Issue
|
||||||
|
about: Request helps deploying AdventureLog on your machine. The more details, the
|
||||||
|
better I can help!
|
||||||
|
title: "[DEPLOYMENT]"
|
||||||
|
labels: deployment
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Explain your issue
|
||||||
|
|
||||||
|
## Provide an **obfuscated** `docker-compose.yml`
|
||||||
|
|
||||||
|
## Provide any necessary logs from the containers and browser
|
Loading…
Add table
Add a link
Reference in a new issue