mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-04-03 01:13: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
|
||||
attributes:
|
||||
label: OS
|
||||
placeholder: e.g. Docker, Ubuntu Linux
|
||||
placeholder: e.g. Docker, Ubuntu, WSL2
|
||||
|
||||
- type: input
|
||||
id: platform-model
|
||||
@ -35,6 +35,14 @@ body:
|
||||
attributes:
|
||||
label: Website
|
||||
placeholder: e.g. https://nowsecure.nl
|
||||
- type: input
|
||||
id: config
|
||||
attributes:
|
||||
label: Docker Compose config
|
||||
placeholder: |
|
||||
```yaml
|
||||
services:
|
||||
...```
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
@ -45,4 +53,4 @@ body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
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