Skip to content

Commit 7f15f08

Browse files
committed
Minor template adjustments
Adjust 2_feature_request.md template and add 3_enhancement_request.md template
1 parent a19f6fa commit 7f15f08

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/ISSUE_TEMPLATE/2_feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: 'Feature request'
33
about: 'Suggest a feature for Axon Framework - Extension Kotlin'
44
title:
5-
labels: 'type: enhancement'
5+
labels: 'type: feature'
66

77
---
88

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: 'Enhancement request'
3+
about: 'Suggest an enhancement to an existing feature for Axon Framework - Extension Kotlin'
4+
title:
5+
labels: 'type: enhancement'
6+
7+
---
8+
9+
### Scenario
10+
11+
* extension-kotlin version:
12+
* Axon Framework version:
13+
* Description of your use case: (detailed description or executable reproducer, e.g. GitHub repo)
14+
15+
### Current Behaviour
16+
17+
### Wanted Behaviour
18+
19+
### Possible Workarounds

0 commit comments

Comments
 (0)