Skip to content

Commit

Permalink
Merge pull request #887 from cytopia/bug-report
Browse files Browse the repository at this point in the history
Refine bug report
  • Loading branch information
cytopia authored Apr 1, 2022
2 parents 7a13143 + aed9a96 commit f054b22
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ body:
required: true

- type: dropdown
id: host-os-linux
attributes:
label: (Linux only) Is SELinux enabled?
description: When using Linux as your host operating system, check if SELinux is enabled or not
description: When using Linux as your host operating system, check if SELinux is enabled or not. [More info here](https://devilbox.readthedocs.io/en/latest/getting-started/install-the-devilbox.html?highlight=selinux#linux-selinux)
options:
- Yes, SELinux is enabled
- No, SELinux is disabled
Expand All @@ -100,15 +99,15 @@ body:
id: docker-version
attributes:
label: Docker version
description: "What Docker version are you using (`docker --version`)"
description: "What Docker version are you using? Please copy and paste the output of `docker --version` into this text area."
validations:
required: true

- type: input
id: docker-compose-version
attributes:
label: Docker Compose version
description: "What Docker Compose version are you using (`docker-compose --version`)"
description: "What Docker Compose version are you using? Please copy and paste the output of `docker-compose --version` into this text area."
validations:
required: true

Expand Down Expand Up @@ -152,29 +151,38 @@ body:
- type: textarea
id: log-env-file
attributes:
label: "Log: .env file"
label: "Config: .env file"
description: "Please copy and paste your `.env` file into this text area"

- type: textarea
id: log-docker-compose
attributes:
label: "Log: docker-compose logs"
description: "Please copy and paste the output of `docker-compose logs` into this text area"
label: "Config: docker-compose.override.yml"
description: "If you are using `docker-compose.override.yml`, please copy and paste its contents into this text area."
render: shell
validations:
required: true
required: false

- type: textarea
id: log-check-config
attributes:
label: "Log: ./check-config.sh"
label: "Config: ./check-config.sh"
description: "Please copy and paste the output of `./check-config.sh` into this text area"
render: shell
validations:
required: true

- type: textarea
id: log-docker-compose
attributes:
label: "Log: docker-compose logs"
description: "Please copy and paste the output of `docker-compose logs` into this text area"
render: shell
validations:
required: true

- type: textarea
attributes:
label: Additional information
description: Add any additional information that might help with this bug report.
description: Add any additional information that might help with this bug report. (E.g. customizations from the `autostart/`, `bash/`, `cfg/` or `supervisor/` directory of logfiles from the `log/` directory)
validations:
required: false

0 comments on commit f054b22

Please sign in to comment.