Skip to content

Commit 365311e

Browse files
committed
Fix issues in template
Fix duplication issue in github issue template
1 parent 6396dd9 commit 365311e

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
---
2-
name: 'Enhancement request'
3-
about: 'Suggest an enhancement/change to an existing feature for the Kotlin Extension'
2+
name: 'Feature request'
3+
about: 'Suggest a feature for the Kotlin Extension'
44
title:
5-
labels: 'Type: Enhancement'
5+
labels: 'Type: Feature'
66
---
77

8-
<!-- Please use markdown (https://guides.github.com/features/mastering-markdown/) semantics throughout the enhancement description. -->
8+
<!-- Please use markdown (https://guides.github.com/features/mastering-markdown/) semantics throughout the feature description. -->
99

10-
### Enhancement Description
10+
### Feature Description
1111

12-
<!-- Please provide a description of the feature you envision. -->
12+
<!--
13+
Please provide a description of the feature you envision.
14+
For example (pseudo-)code snippets showing what it might look like help us understand your suggestion better.
15+
-->
1316

1417
### Current Behaviour
1518

1619
<!-- Please share the current behaviour of the Kotlin Extension around this topic, if applicable. -->
1720

1821
### Wanted Behaviour
1922

20-
<!-- Please described the desired outcome through the Kotlin Extension around the suggested enhancement. -->
23+
<!-- Please described the desired outcome through the Kotlin Extension around the suggested feature. -->
2124

2225
### Possible Workarounds
2326

24-
<!-- If applicable, share any workarounds for the described enhancement. -->
27+
<!-- If applicable, share any workarounds for the described feature. -->
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
---
22
name: 'Enhancement request'
3-
about: 'Suggest an enhancement to an existing feature for Axon Framework - Extension Kotlin'
3+
about: 'Suggest an enhancement/change to an existing feature for the Kotlin Extension'
44
title:
5-
labels: 'type: enhancement'
6-
5+
labels: 'Type: Enhancement'
76
---
87

9-
### Scenario
8+
<!-- Please use markdown (https://guides.github.com/features/mastering-markdown/) semantics throughout the enhancement description. -->
9+
10+
### Enhancement Description
1011

11-
* extension-kotlin version:
12-
* Axon Framework version:
13-
* Description of your use case: (detailed description or executable reproducer, e.g. GitHub repo)
12+
<!-- Please provide a description of the feature you envision. -->
1413

1514
### Current Behaviour
1615

16+
<!-- Please share the current behaviour of the Kotlin Extension around this topic, if applicable. -->
17+
1718
### Wanted Behaviour
1819

20+
<!-- Please described the desired outcome through the Kotlin Extension around the suggested enhancement. -->
21+
1922
### Possible Workarounds
23+
24+
<!-- If applicable, share any workarounds for the described enhancement. -->

0 commit comments

Comments
 (0)