chore: updated issue templates
This commit is contained in:
@@ -1,42 +1,21 @@
|
|||||||
name: 🐛 Bug Report
|
name: 🐛 Bug
|
||||||
description: Report a bug or unexpected behavior
|
description: Report a bug or unexpected behavior
|
||||||
title: '🐛 [BUG]: '
|
title: '🐛 [BUG]: '
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: information
|
id: information
|
||||||
attributes:
|
attributes:
|
||||||
label: Information
|
label: Description
|
||||||
description: Provide all information about the issue.
|
description: Provide all information.
|
||||||
placeholder: 'What happened? What did you expect to happen?'
|
placeholder: 'What happened? What did you expect to happen?'
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: steps
|
id: criteria
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to Reproduce
|
label: Acceptance Criteria
|
||||||
description: Step-by-step instructions to reproduce the issue.
|
description: What are the expectations?
|
||||||
placeholder: |
|
placeholder: 'How do you want it implemented? How should it be tested?'
|
||||||
1. Go to ...
|
|
||||||
2. Click on ...
|
|
||||||
3. Observe ...
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: logs
|
|
||||||
attributes:
|
|
||||||
label: Logs or Error Messages
|
|
||||||
description: Paste any relevant console output, stack traces, or screenshots.
|
|
||||||
placeholder: 'Console output, stacktrace, or screenshots here'
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: occurrence
|
|
||||||
attributes:
|
|
||||||
label: Occurrence Version
|
|
||||||
description: Specify in which version the issue occurred
|
|
||||||
placeholder: 'v0.1.TTMMJJ-hhmm'
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|||||||
@@ -1,29 +1,21 @@
|
|||||||
name: 💡 Enhancement
|
name: 💡 Enhancement
|
||||||
description: Suggest a new feature or improvement
|
description: Suggest a new feature
|
||||||
title: '💡 [ENHANCEMENT]: '
|
title: '💡 [Enhancement]: '
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: information
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: Describe the new feature or improvement!
|
description: Provide all information.
|
||||||
placeholder: 'What problem does it solve or what value does it add?'
|
placeholder: 'What happened? What did you expect to happen?'
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: proposal
|
|
||||||
attributes:
|
|
||||||
label: Proposed Solution
|
|
||||||
placeholder: 'Describe how the feature should work.'
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: input
|
- type: textarea
|
||||||
id: implementation
|
id: criteria
|
||||||
attributes:
|
attributes:
|
||||||
label: Implementation Version
|
label: Acceptance Criteria
|
||||||
description: Specify in which version the enhancement should be released.
|
description: What are the expectations?
|
||||||
placeholder: 'v0.1'
|
placeholder: 'How do you want it implemented? How should it be tested?'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
|
|||||||
@@ -1,39 +1,21 @@
|
|||||||
name: ⚙️ Improvement
|
name: ⚙️ Improvement
|
||||||
description: Suggest an improvement to existing functionality, code quality, or performance
|
description: Suggest an improvement to existing functionality
|
||||||
title: '⚙️ [Improvement]: '
|
title: '⚙️ [Improvement]: '
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: context
|
id: information
|
||||||
attributes:
|
attributes:
|
||||||
label: Current Situation / Context
|
label: Description
|
||||||
description: Describe the current behavior or implementation that could be improved.
|
description: Provide all information.
|
||||||
placeholder: 'Currently, the system loads all users at once, which slows down response time.'
|
placeholder: 'What happened? What did you expect to happen?'
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: proposal
|
id: criteria
|
||||||
attributes:
|
attributes:
|
||||||
label: Proposed Improvement
|
label: Acceptance Criteria
|
||||||
description: Describe your proposed change or improvement in detail.
|
description: What are the expectations?
|
||||||
placeholder: 'Implement pagination for user loading to reduce memory usage and response time.'
|
placeholder: 'How do you want it implemented? How should it be tested?'
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Expected Benefits
|
|
||||||
description: Explain how this improvement will help (e.g., better performance, cleaner code, easier maintenance).
|
|
||||||
placeholder: 'Faster load times, improved scalability, and reduced database load.'
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: implementation
|
|
||||||
attributes:
|
|
||||||
label: Implementation Version
|
|
||||||
description: Specify in which version the improvement should be released.
|
|
||||||
placeholder: 'v0.1'
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
name: 📝 Service Request
|
||||||
|
description: Request a service or support task
|
||||||
|
title: '📝 [Service Request]: '
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: information
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: Provide all information.
|
||||||
|
placeholder: 'What happened? What did you expect to happen?'
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: criteria
|
||||||
|
attributes:
|
||||||
|
label: Acceptance Criteria
|
||||||
|
description: What are the expectations?
|
||||||
|
placeholder: 'How do you want it implemented? How should it be tested?'
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
name: 👮 Story
|
||||||
|
description: Describe a user story
|
||||||
|
title: '👮 [Story]: '
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: information
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: Provide all information.
|
||||||
|
placeholder: 'What happened? What did you expect to happen?'
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: criteria
|
||||||
|
attributes:
|
||||||
|
label: Acceptance Criteria
|
||||||
|
description: What are the expectations?
|
||||||
|
placeholder: 'How do you want it implemented? How should it be tested?'
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
Reference in New Issue
Block a user