mirror of
https://github.com/documenso/documenso.git
synced 2026-07-11 13:35:20 +10:00
94adea149d
Refresh README/docs for the current stack, add a security policy, note the external-PR pause, and remove dead config and workflows.
29 lines
1.3 KiB
YAML
29 lines
1.3 KiB
YAML
name: 'General Improvement Request'
|
|
description: 'Suggest a minor enhancement or improvement for this project'
|
|
title: '[Title for your improvement suggestion]'
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
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.'
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: 'Additional Information & Alternatives (optional)'
|
|
description: 'Are there any additional context or information that might be relevant to the improvement suggestion.'
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
attributes:
|
|
label: 'Please check the boxes that apply to this improvement suggestion.'
|
|
options:
|
|
- 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 explained the rationale behind this improvement.'
|
|
- 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.'
|
|
validations:
|
|
required: true
|