chore(template): adjust bug report template to include screenshot and WIP sections (#2899)
* Update bug-report.yaml * Update bug-report.yaml * Update feature-request.yaml * Create work-in-progress.yaml
This commit is contained in:
parent
544e763c2d
commit
0ac67a9e89
3 changed files with 68 additions and 8 deletions
16
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
16
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
|
|
@ -105,12 +105,16 @@ body:
|
|||
- "3.11"
|
||||
- "3.10"
|
||||
|
||||
- type: markdown
|
||||
- type: textarea
|
||||
id: screenshot
|
||||
attributes:
|
||||
value: |
|
||||
Screenshot error - If applicable, add screenshots to help explain your problem.
|
||||
label: Screenshot
|
||||
description: "If applicable, add screenshots to help explain your problem."
|
||||
placeholder: "Paste your screenshot here."
|
||||
|
||||
- type: markdown
|
||||
- type: textarea
|
||||
id: flow-file
|
||||
attributes:
|
||||
value: |
|
||||
Flow file - Add your flow if applicable to help replicate the problem.
|
||||
label: Flow File
|
||||
description: "Add your flow if applicable to help replicate the problem."
|
||||
placeholder: "Add your flow link here."
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
|
|
@ -22,8 +22,6 @@ body:
|
|||
|
||||
- type: textarea
|
||||
id: contribution
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Your Contribution
|
||||
description: |
|
||||
|
|
|
|||
58
.github/ISSUE_TEMPLATE/work-in-progress.yaml
vendored
Normal file
58
.github/ISSUE_TEMPLATE/work-in-progress.yaml
vendored
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
name: Work in Progress
|
||||
description: Use this template to describe the new feature or improvement you are currently working on.
|
||||
labels: [enhancement]
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
## Work in Progress
|
||||
|
||||
Thank you for contributing to our project! Please fill out the sections below to describe the new feature or improvement you are currently working on.
|
||||
|
||||
- type: input
|
||||
id: title
|
||||
attributes:
|
||||
label: Title
|
||||
description: Provide a concise title for your feature or improvement.
|
||||
placeholder: "Short and descriptive title"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: type
|
||||
attributes:
|
||||
label: Type
|
||||
description: Is this a new feature or an improvement?
|
||||
options:
|
||||
- New Feature
|
||||
- Improvement
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Provide a detailed description of the feature or improvement.
|
||||
placeholder: "Explain the feature or improvement in detail"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: use-case
|
||||
attributes:
|
||||
label: Use Case
|
||||
description: Describe the use case or user story that this feature or improvement addresses.
|
||||
placeholder: "As a [user], I want to [do something] so that [benefit]."
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: implementation
|
||||
attributes:
|
||||
label: Implementation Plan
|
||||
description: Outline your plan for implementing this feature or improvement.
|
||||
placeholder: "Describe how you plan to implement this feature or improvement."
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue