Skip to content
Open
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
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/DOCUMENTATION_ISSUE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: '✏️ Documentation/Readme Enhancement'
description: Suggest improvements or enhancements to documentation or the README file.
title: '✏️ [Documentation/Readme Enhancement] - <title>'
labels: ['documentation']
body:
- type: textarea
id: expected-behaviour
attributes:
label: 'Expected Behavior'
description: 'Describe the desired behavior or improvements you are suggesting.'
placeholder: 'Provide a clear and concise description of the desired behavior...'
validations:
required: false
- type: textarea
id: current-behaviour
attributes:
label: 'Current Behavior'
description: 'Describe the current behavior of the documentation or README.'
placeholder: 'What is the current behavior or issue you have noticed?...'
validations:
required: false
- type: textarea
id: steps-to-reproduce
attributes:
label: 'Steps to Reproduce'
description: 'Provide detailed steps to reproduce the issue or understand the context.'
value: |
1. Navigate to '...'
2. Perform '...'
3. Observe '...'
render: bash
validations:
required: false