Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Issue template rework #24

Merged
merged 7 commits into from
Feb 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,39 @@
name: Bug Report
description: Create a report to help us improve
title: '[BUG] <title>'
labels: bug
labels: ["Category::Bug", "Type::Report"]
body:
- type: checkboxes
attributes:
label: 'Checkboxes'
label: 'Pre-checks'
description: 'Check the boxes that apply'
options:
- label: 'I have searched the [issues](https://github.com/kqnade/CHaserLua/issues) of this repository and believe that this is not a duplicate.'
required: true
- label: 'I have searched the [documentation](https://github.com/kqnade/CHaserLua/readme.md) and believe that my question is not covered.'
required: true
- label: 'I have searched the [Wiki](https;//github.com/kqnade/CHaserLua/wiki) and believe that my question is not covered.'
required: true
- type: textarea
attributes:
label: 'Describe the bug'
description: 'A clear and concise description of what the bug is.'
placeholder: 'I was trying to [...] but [...]'
render: shell
- type: textarea
attributes:
label: 'To Reproduce'
description: 'Steps to reproduce the behavior:'
placeholder: '1. Go to [...]\n2. Click on [...]\n3. Scroll down to [...]\n4. See error'
render: shell
- type: textarea
attributes:
label: 'Expected behavior'
description: 'A clear and concise description of what you expected to happen.'
placeholder: 'I expected [...] to happen because [...].'
render: shell
- type: textarea
attributes:
label: 'Screenshots'
description: 'If applicable, add screenshots to help explain your problem.'
render: shell
- type: textarea
attributes:
label: 'Additional context'
description: 'Add any other context about the problem here.'
render: shell
description: 'Add any other context about the problem here.'
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/featurerequest.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
name: Feature Request
description: Suggest an idea for this project
title: '[FEATURE] <title>'
labels: enhancement
labels: ["Category::Enhancement", "Type::Request"]
body:
- type: checkboxes
attributes:
label: 'Checkboxes'
label: 'Pre-checks'
description: 'Check the boxes that apply'
options:
- label: 'I have searched the [issues](https://github.com/kqnade/CHaserLua/issues) of this repository and believe that this is not a duplicate.'
required: true
- label: 'I have searched the [documentation](https://github.com/kqnade/CHaserLua/readme.md) and believe that my request is not covered.'
required: true
- label: 'I have searched the [Wiki](https;//github.com/kqnade/CHaserLua/wiki) and believe that my request is not covered.'
required: true
- type: textarea
attributes:
label: 'Describe the request'
description: 'A clear and concise description of what the request is.'
placeholder: 'I was trying to [...] but [...]'
render: shell
- type: textarea
attributes:
label: 'Describe the solution you would like'
description: 'A clear and concise description of what you want to happen.'
placeholder: 'I would like [...] to happen because [...].'
render: shell
- type: textarea
attributes:
label: 'Describe alternatives you have considered'
description: 'A clear and concise description of any alternative solutions or features you have considered.'
placeholder: 'I have also considered [...] but [...].'
render: shell
- type: textarea
attributes:
label: 'Additional context'
description: 'Add any other context or screenshots about the feature request here.'
render: shell
description: 'Add any other context or screenshots about the feature request here.'
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/helpwanted.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Help Wanted
description: Ask for help with a specific problem
title : '[HELP] <title>'
labels: ["Category::Help wanted", "Type::Request"]
body:
- type: checkboxes
attributes:
label: 'Pre-checks'
description: 'Check the boxes that apply'
options:
- label: 'I have searched the [issues](https://github.com/kqnade/CHaserLua/issues) of this repository and believe that this is not a duplicate.'
required: true
- label: 'I have searched the [documentation](https://github.com/kqnade/CHaserLua/readme.md) and believe that my request is not covered.'
required: true
- label: 'I have searched the [Wiki](https;//github.com/kqnade/CHaserLua/wiki) and believe that my request is not covered.'
required: true
- type: textarea
attributes:
label: 'Describe the problem'
description: 'A clear and concise description of what the problem is.'
placeholder: 'I was trying to [...] but [...]'
- type: textarea
attributes:
label: 'Describe the solution you would like'
description: 'A clear and concise description of what you want to happen.'
placeholder: 'I would like [...] to happen because [...].'
- type: textarea
attributes:
label: 'Describe alternatives you have considered'
description: 'A clear and concise description of any alternative solutions or features you have considered.'
placeholder: 'I have also considered [...] but [...].'
- type: textarea
attributes:
label: 'Additional context'
description: 'Add any other context or screenshots about the feature request here.'
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/questions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Question
description: Ask a question
title: '[QUESTION] <title>'
labels: ["Category::Question", "Type::Request"]
body:
- type: checkboxes
attributes:
label: 'Pre-checks'
description: 'Check the boxes that apply'
options:
- label: 'I have searched the [issues](https://github.com/kqnade/CHaserLua/issues) of this repository and believe that this is not a duplicate.'
required: true
- label: 'I have searched the [documentation](https://github.com/kqnade/CHaserLua/readme.md) and believe that my question is not covered.'
required: true
- label: 'I have searched the [Wiki](https;//github.com/kqnade/CHaserLua/wiki) and believe that my question is not covered.'
required: true
- type: textarea
attributes:
label: 'Describe the question'
description: 'A clear and concise description of what the question is.'
placeholder: 'Why [...]?'
- type: textarea
attributes:
label: 'Additional context'
description: 'Add any other context or screenshots about the question here.'