mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
GitHub supports the issue forms [1]. [1] https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms This feature allows users to create issues using a structured and visually appealing form. This functionality is facilitated through a file for the issue template. Added the issue template for bug report, feature request, and improvement by adding respective file. Also, removed previous file which is no longer needed
35 lines
1.9 KiB
YAML
35 lines
1.9 KiB
YAML
name: "General Improvement"
|
|
description: Suggest a minor enhancement or improvement for this project
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Please provide a clear and concise title for your improvement suggestion
|
|
- type: textarea
|
|
attributes:
|
|
label: Improvement Description
|
|
description: Describe the improvement you are suggesting in detail. Explain what specific aspect of the project it addresses or enhances.
|
|
- type: textarea
|
|
attributes:
|
|
label: Rationale
|
|
description: Explain why this improvement would be beneficial. Share any context, pain points, or reasons for suggesting this change.
|
|
- type: textarea
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: If you have a suggestion for how this improvement could be implemented, describe it here. Include any technical details, design suggestions, or other relevant information.
|
|
- type: textarea
|
|
attributes:
|
|
label: Alternatives (optional)
|
|
description: Are there any alternative approaches to achieve the same improvement? Describe other ways to address the issue or enhance the project.
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any additional context or information that might be relevant to the improvement suggestion.
|
|
- 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. |