Skip to content

Commit 840f86a

Browse files
committed
issue templates: merge sections into one for enhancements and feature request
1 parent 5832b7d commit 840f86a

File tree

2 files changed

+27
-48
lines changed

2 files changed

+27
-48
lines changed

.github/ISSUE_TEMPLATE/2_enhancement.yml

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,24 @@ body:
4545

4646
- type: textarea
4747
attributes:
48-
label: Desired enhancement
49-
description: Describe the improvement you’d like to see with that existing feature
48+
label: Enhancement details
49+
description: |
50+
Describe the improvement you’d like to see for this existing feature.
51+
value: |
52+
#### Enhancement description
53+
Describe the enhancement in detail. Include how it should work and its intended impact.
54+
55+
#### Benefits
56+
Outline how this enhancement would benefit users or improve Processing.
57+
58+
#### Challenges
59+
Discuss any possible challenges or considerations in implementing this enhancement.
60+
61+
#### Additional context
62+
Provide any additional context or screenshots that may help clarify the enhancement.
5063
validations:
5164
required: true
5265

53-
- type: textarea
54-
attributes:
55-
label: Potential benefits
56-
description: Explain how this enhancement could benefit users or improve Processing.
57-
validations:
58-
required: false
59-
60-
- type: textarea
61-
attributes:
62-
label: Possible drawbacks
63-
description: Consider any possible drawbacks or challenges related to the implementation of this enhancement.
64-
validations:
65-
required: false
66-
67-
- type: textarea
68-
attributes:
69-
label: Additional context
70-
description: Add any other context or screenshots about the feature request here.
71-
validations:
72-
required: false
73-
7466
- type: dropdown
7567
attributes:
7668
label: Would you like to help implement this enhancement?

.github/ISSUE_TEMPLATE/3_feature-request.yml

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -37,36 +37,23 @@ body:
3737
required: true
3838

3939
- type: textarea
40-
id: feature-description
40+
id: feature-details
4141
attributes:
42-
label: Feature description
43-
description: Describe the feature in detail. Include how it should work and its intended impact.
44-
validations:
45-
required: true
42+
label: Feature details
43+
description: |
44+
#### Feature description
45+
Describe the feature in detail. Include how it should work and its intended impact.
4646
47-
- type: textarea
48-
id: benefits
49-
attributes:
50-
label: Benefits
51-
description: Outline how this feature would benefit users or improve Processing.
52-
validations:
53-
required: true
47+
#### Benefits
48+
Outline how this feature would benefit users or improve Processing.
5449
55-
- type: textarea
56-
id: challenges
57-
attributes:
58-
label: Possible challenges
59-
description: Discuss any possible challenges or considerations in implementing this feature.
60-
validations:
61-
required: false
50+
#### Challenges
51+
Discuss any possible challenges or considerations in implementing this feature.
6252
63-
- type: textarea
64-
id: additional-context
65-
attributes:
66-
label: Additional context
67-
description: Provide any other information, links, or screenshots that could help illustrate the feature.
53+
#### Additional context
54+
Provide any other information, links, or screenshots that could help illustrate the feature.
6855
validations:
69-
required: false
56+
required: true
7057

7158
- type: dropdown
7259
attributes:

0 commit comments

Comments
 (0)