Skip to content

Commit 6655d5b

Browse files
authored
Merge branch 'master' into feature/pom_and_deps
2 parents 724a65b + 7ecf029 commit 6655d5b

File tree

8 files changed

+88
-43
lines changed

8 files changed

+88
-43
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1-
Please use one of the following templates:
1+
<!--
2+
Thanks for taking the time to draft up an issue for Axon Framework's Kotlin Extension!
3+
Prior to starting off, please read the following:
24
3-
https://github.com/AxonFramework/extension-kotlin/issues/new/choose
5+
## Usage Questions
6+
7+
If you are having difficulty using Axon Framework's Kotlin Extension,
8+
please consider to check Axon's Reference Guide first if it answers your question: https://docs.axoniq.io/reference-guide/extensions/kotlin
9+
10+
When the Reference Guide does no cover the specific question you have, take the following into account:
11+
- GitHub is *not* intended for usages questions, instead:
12+
- Drop a questions on AxonIQ's forum: https://discuss.axoniq.io/
13+
- Or place a new question on StackOverflow, using the `axon` tag.
14+
15+
## Reporting an bug, feature or enhancement
16+
17+
Prior to filing an issue, please verify that it's not already reported by someone else.
18+
After that's done, your issue will typically fall under one of the following options:
19+
20+
1. It's a `bug`
21+
2. It's a `feature` request
22+
3. It's an `enhancement` request
23+
24+
It is recommended that for either of the three you use one of the prepared issue template.
25+
You can find all three of them [here](https://github.com/AxonFramework/extension-kotlin/issues/new/choose).
26+
27+
## None of the above fit!
28+
29+
If you have encountered a use case which is not a question, nor a feature request, feel free to draft your scenario below.
30+
-->

.github/ISSUE_TEMPLATE/1_bug_report.md

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: 'Enhancement request'
3+
about: 'Suggest an enhancement/change to an existing feature for the Kotlin Extension'
4+
title:
5+
labels: 'Type: Enhancement'
6+
---
7+
8+
<!-- Please use markdown (https://guides.github.com/features/mastering-markdown/) semantics throughout the enhancement description. -->
9+
10+
### Enhancement Description
11+
12+
<!-- Please provide a description of the feature you envision. -->
13+
14+
### Current Behaviour
15+
16+
<!-- Please share the current behaviour of the Kotlin Extension around this topic, if applicable. -->
17+
18+
### Wanted Behaviour
19+
20+
<!-- Please described the desired outcome through the Kotlin Extension around the suggested enhancement. -->
21+
22+
### Possible Workarounds
23+
24+
<!-- If applicable, share any workarounds for the described enhancement. -->

.github/ISSUE_TEMPLATE/2_feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: 'Bug report'
3+
about: 'Report a bug for the Kotlin Extension'
4+
title:
5+
labels: 'Type: Bug'
6+
---
7+
8+
<!-- Please use markdown (https://guides.github.com/features/mastering-markdown/) semantics throughout the bug description. -->
9+
10+
### Basic information
11+
12+
* Axon Framework version:
13+
* JDK version:
14+
* Kotlin Extension version:
15+
* Complete executable reproducer if available (e.g. GitHub Repo):
16+
17+
### Steps to reproduce
18+
19+
<!--
20+
Share all steps to be able to reproduce the bug, ideally based on a reproducer.
21+
Combining this with a description of your setup helps us to figure out what the issue might be.
22+
-->
23+
24+
### Expected behaviour
25+
26+
<!-- Please describe the expected behaviour. -->
27+
28+
### Actual behaviour
29+
30+
<!--
31+
Please describe the actual behaviour as discovered.
32+
If available, provide the entire stack trace, with markdown (```) semantics.
33+
-->

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ updates:
1313
reviewers:
1414
- "sandjelkovic"
1515
- "smcvb"
16+
milestone: 2

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<slf4j.version>1.7.30</slf4j.version>
4242
<log4j.version>2.13.3</log4j.version>
4343
<dokka.version>1.4.10.2</dokka.version>
44+
4445
<!--
4546
Deactivate dokka by default, and make the build faster for all projects.
4647
The dokka.skip will be set to true on relevant projects only containing Kotlin code

0 commit comments

Comments
 (0)