mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-26 23:26:24 +00:00
Update Bug template
This commit is contained in:
9
.github/ISSUE_TEMPLATE/Bug.yml
vendored
9
.github/ISSUE_TEMPLATE/Bug.yml
vendored
@@ -34,5 +34,10 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: How to reproduce
|
label: Minimum steps to reproduce
|
||||||
value: '<!-- Provide steps to reproduce the bug. -->'
|
value: |
|
||||||
|
<!--
|
||||||
|
Emphasis in MINIMUM: What is the simplest way to reproduce the bug?
|
||||||
|
Avoid things like "Create a kubernetes cluster", or anything related with cloud providers, as that is rarely the root cause and the bug may be closed as "not reproducible".
|
||||||
|
If you can provide a simple docker compose config, that's even better.
|
||||||
|
-->
|
||||||
|
|||||||
Reference in New Issue
Block a user