mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
docs: Add issue templates (#388)
This commit is contained in:
parent
8a5f233e34
commit
2512925c56
3 changed files with 100 additions and 0 deletions
47
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
Normal file
47
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
name: "\U0001F41E Bug Report"
|
||||
description: Create a report to help us improve the container
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: input
|
||||
id: os
|
||||
attributes:
|
||||
label: OS version
|
||||
description: The Linux distribution and kernel version as shown by `uname -a`
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: docker
|
||||
attributes:
|
||||
label: Docker version
|
||||
description: The Docker version as shown by `docker -v`
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: summary
|
||||
attributes:
|
||||
label: Summary
|
||||
description: A clear and concise description of what the problem is.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: compose
|
||||
attributes:
|
||||
label: Docker Compose file
|
||||
description: The Docker Compose file (or otherwise `run` command) of the container
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: log
|
||||
attributes:
|
||||
label: Docker log
|
||||
description: The Docker logfile of the container
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshot
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Screenshot of the problem
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue