Update improvement.yml code quality

This commit is contained in:
Gautam Hegde
2024-01-16 01:14:48 +05:30
committed by GitHub
parent a593e045b5
commit 67aebaac1a

View File

@@ -1,39 +1,39 @@
name: 'General Improvement Request' name: 'General Improvement Request'
description: Suggest a minor enhancement or improvement for this project description: 'Suggest a minor enhancement or improvement for this project'
title: '[Title for your improvement suggestion]' title: '[Title for your improvement suggestion]'
body: body:
- type: textarea - type: textarea
attributes: attributes:
label: "Describe the improvement you are suggesting in detail" label: 'Describe the improvement you are suggesting in detail'
description: "Explain why this improvement would be beneficial. Share any context, pain points, or reasons for suggesting this change." description: 'Explain why this improvement would be beneficial. Share any context, pain points, or reasons for suggesting this change.'
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
label: "Additional Information & Alternatives (optional)" label: 'Additional Information & Alternatives (optional)'
description: "Are there any additional context or information that might be relevant to the improvement suggestion." description: 'Are there any additional context or information that might be relevant to the improvement suggestion.'
validations: validations:
required: false required: false
- type: dropdown - type: dropdown
id: assignee id: assignee
attributes: attributes:
label: "Do you want to work on this improvement?" label: 'Do you want to work on this improvement?'
multiple: false multiple: false
options: options:
- "No" - 'No'
- "Yes" - 'Yes'
default: 0 default: 0
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
label: "Please check the boxes that apply to this improvement suggestion." label: 'Please check the boxes that apply to this improvement suggestion.'
options: options:
- label: "I have searched the existing issues and improvement suggestions to avoid duplication." - label: 'I have searched the existing issues and improvement suggestions to avoid duplication.'
- label: "I have provided a clear description of the improvement being suggested." - label: 'I have provided a clear description of the improvement being suggested.'
- label: "I have explained the rationale behind this improvement." - label: 'I have explained the rationale behind this improvement.'
- label: "I have included any relevant technical details or design suggestions." - label: 'I have included any relevant technical details or design suggestions.'
- label: "I understand that this is a suggestion and that there is no guarantee of implementation." - label: 'I understand that this is a suggestion and that there is no guarantee of implementation.'
validations: validations:
required: true required: true