Skip to content

Commit

Permalink
Merge pull request #888 from cytopia/issue-bug-report
Browse files Browse the repository at this point in the history
fine-tune bug report
  • Loading branch information
cytopia authored Apr 1, 2022
2 parents f054b22 + eb9cb02 commit a5396c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ body:
validations:
required: true

- type: textarea
- type: input
attributes:
label: Error message
label: (Optional) Error message
description: If you encountered any error message, copy and paste it here. This will be used for googling the issue.
render: shell
validations:
required: false

Expand Down Expand Up @@ -153,6 +152,8 @@ body:
attributes:
label: "Config: .env file"
description: "Please copy and paste your `.env` file into this text area"
validations:
required: true

- type: textarea
attributes:
Expand Down Expand Up @@ -182,7 +183,7 @@ body:

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

0 comments on commit a5396c2

Please sign in to comment.