chore(repo): improve enhancement bounty issue template
This commit is contained in:
parent
84224d6366
commit
2b04153dec
1 changed files with 23 additions and 0 deletions
23
.github/ISSUE_TEMPLATE/02_ENHANCEMENT_BOUNTY.yml
vendored
23
.github/ISSUE_TEMPLATE/02_ENHANCEMENT_BOUNTY.yml
vendored
|
|
@ -20,6 +20,7 @@ body:
|
||||||
- New Feature
|
- New Feature
|
||||||
- New Service
|
- New Service
|
||||||
- Improvement
|
- Improvement
|
||||||
|
- Bug Fix
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
@ -29,3 +30,25 @@ body:
|
||||||
description: Provide a detailed description of the feature, improvement, or service you are proposing.
|
description: Provide a detailed description of the feature, improvement, or service you are proposing.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Requirements / How It Should Work
|
||||||
|
description: Describe in detail how the feature, service, or improvement should function. Include user flow, expected behavior, or technical implementation notes if applicable.
|
||||||
|
value: |
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Criteria to Satisfy Bounty
|
||||||
|
description: Define the conditions that must be met for the PR or contribution to be considered complete and eligible for the bounty. Be specific about functionality, tests, or documentation requirements.
|
||||||
|
value: |
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Loading…
Reference in a new issue