Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
alex2276564 committed Nov 1, 2024
1 parent 2000840 commit 2522127
Showing 1 changed file with 55 additions and 60 deletions.
115 changes: 55 additions & 60 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,68 +3,63 @@ description: Ask a question about LeverLock
title: "[Question]: "
labels: ["question"]
body:
- type: markdown
attributes:
value: |
Thanks for your interest in LeverLock!
Before asking a question, please check:
- The existing issues and discussions
- The plugin's documentation
- The configuration guide
- type: markdown
attributes:
value: "Thanks for your interest in LeverLock! Before asking a question, please check:
- The existing issues and discussions
- The plugin's documentation
- The configuration guide"

- type: textarea
id: question
attributes:
label: Your Question
description: What would you like to know about LeverLock?
placeholder: Please be as specific as possible
validations:
required: true
- type: textarea
id: question
attributes:
label: Your Question
description: What would you like to know about LeverLock?
placeholder: Please be as specific as possible
validations:
required: true

- type: dropdown
id: category
attributes:
label: Question Category
description: What is your question about?
options:
- "Configuration"
- "Installation"
- "Compatibility"
- "Performance"
- "Features"
- "Permissions"
- "Other"
validations:
required: true
- type: dropdown
id: category
attributes:
label: Question Category
description: What is your question about?
options:
- "Configuration"
- "Installation"
- "Compatibility"
- "Performance"
- "Features"
- "Permissions"
- "Other"
validations:
required: true

- type: input
id: minecraft-version
attributes:
label: Minecraft Version
description: What version of Minecraft are you using?
placeholder: "e.g., 1.16.5"
validations:
required: false
- type: input
id: minecraft-version
attributes:
label: Minecraft Version
description: What version of Minecraft are you using?
placeholder: "e.g., 1.16.5"
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Any additional information that might help us answer your question
placeholder: |
- Server setup details
- Related plugins
- Previous attempts to solve the issue
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Any additional information that might help us answer your question
placeholder: "Server setup details, related plugins, previous attempts to solve the issue"
validations:
required: false

- type: checkboxes
id: terms
attributes:
label: Confirmation
description: Please confirm the following
options:
- label: "I have searched for similar questions in existing issues"
required: true
- label: "I have read the plugin's documentation"
required: true
- type: checkboxes
id: terms
attributes:
label: Confirmation
description: Please confirm the following
options:
- label: "I have searched for similar questions in existing issues"
required: true
- label: "I have read the plugin's documentation"
required: true

0 comments on commit 2522127

Please sign in to comment.