Skip to content

Commit

Permalink
[ci-skip] Update 10_bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p0loskun authored Apr 29, 2024
1 parent 6452ec4 commit 18d90c5
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/ISSUE_TEMPLATE/10_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🐞 Bug Report
description: Create a report about something that is not working
name: "🐞 Bug Report"
description: "Create a report about something that is not working"
title: "[Bug]: "
labels: [ "bug" ]
body:
Expand All @@ -13,15 +13,15 @@ body:
- type: checkboxes
attributes:
label: Are you using a version under development?
label: "Are you using a version under development?"
options:
- label: Yes, and I confirmed that my issue is relevant with the latest commit
- label: "Yes, and I confirmed that my issue is relevant with the latest commit"
required: false

- type: dropdown
attributes:
label: Issue type
description: Type of the issue you want to describe.
label: "Issue type"
description: "Type of the issue you want to describe."
options:
- Source code related
- Server game related
Expand All @@ -32,40 +32,40 @@ body:

- type: input
attributes:
label: Plugin version
label: "Plugin version"
description: |
Run the `version WhoMine` command in the server console.
If you are a player, leave the field with `Server latest`.
placeholder: Example: v1.0.0
value: Server latest
placeholder: "Example: v1.0.0"
value: "Server latest"
validations:
required: true

- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
label: "Describe the bug"
description: "A clear and concise description of what the bug is."
validations:
required: true

- type: textarea
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
label: "Expected Behavior"
description: "A clear and concise description of what you expected to happen."
validations:
required: false

- type: textarea
attributes:
label: Steps To Reproduce
description: Specify clear and concise step-by-step actions to reproduce the problem.
label: "Steps To Reproduce"
description: "Specify clear and concise step-by-step actions to reproduce the problem."
validations:
required: false

- type: textarea
attributes:
label: Additional context
label: "Additional context"
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Expand All @@ -75,12 +75,12 @@ body:

- type: checkboxes
attributes:
label: Acknowledgements
description: Your issue will be closed if you haven't done these steps.
label: "Acknowledgements"
description: "Your issue will be closed if you haven't done these steps."
options:
- label: I have searched the existing issues and this is a new issue and not a duplicate of any another open issue.
- label: "I have searched the existing issues and this is a new issue and not a duplicate of any another open issue."
required: true
- label: I have written a short but informative title.
- label: "I have written a short but informative title."
required: true
- label: I have filled out all of the requested information in this issue properly.
- label: "I have filled out all of the requested information in this issue properly."
required: true

0 comments on commit 18d90c5

Please sign in to comment.