mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-04-03 17:33:44 +08:00
[skip ci] Add compose config input
This commit is contained in:
parent
64ad1ea9a2
commit
5a4fa111af
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -16,7 +16,7 @@ body:
|
|||||||
id: docker-host
|
id: docker-host
|
||||||
attributes:
|
attributes:
|
||||||
label: OS
|
label: OS
|
||||||
placeholder: e.g. Docker, Ubuntu Linux
|
placeholder: e.g. Docker, Ubuntu, WSL2
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: platform-model
|
id: platform-model
|
||||||
@ -35,6 +35,14 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Website
|
label: Website
|
||||||
placeholder: e.g. https://nowsecure.nl
|
placeholder: e.g. https://nowsecure.nl
|
||||||
|
- type: input
|
||||||
|
id: config
|
||||||
|
attributes:
|
||||||
|
label: Docker Compose config
|
||||||
|
placeholder: |
|
||||||
|
```yaml
|
||||||
|
services:
|
||||||
|
...```
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
@ -45,4 +53,4 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
description: Add any other context about the problem here.
|
description: Add any other context about the problem here, e.g. similar issues.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user