Skip to content

Commit

Permalink
Merge branch 'master' into feature/immutable_aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski authored Oct 25, 2020
2 parents 1b5df0a + 7ecf029 commit c1a7041
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 44 deletions.
31 changes: 29 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Please use one of the following templates:
<!--
Thanks for taking the time to draft up an issue for Axon Framework's Kotlin Extension!
Prior to starting off, please read the following:
https://github.com/AxonFramework/extension-kotlin/issues/new/choose
## Usage Questions
If you are having difficulty using Axon Framework's Kotlin Extension,
please consider to check Axon's Reference Guide first if it answers your question: https://docs.axoniq.io/reference-guide/extensions/kotlin
When the Reference Guide does no cover the specific question you have, take the following into account:
- GitHub is *not* intended for usages questions, instead:
- Drop a questions on AxonIQ's forum: https://discuss.axoniq.io/
- Or place a new question on StackOverflow, using the `axon` tag.
## Reporting an bug, feature or enhancement
Prior to filing an issue, please verify that it's not already reported by someone else.
After that's done, your issue will typically fall under one of the following options:
1. It's a `bug`
2. It's a `feature` request
3. It's an `enhancement` request
It is recommended that for either of the three you use one of the prepared issue template.
You can find all three of them [here](https://github.com/AxonFramework/extension-kotlin/issues/new/choose).
## None of the above fit!
If you have encountered a use case which is not a question, nor a feature request, feel free to draft your scenario below.
-->
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/1_bug_report.md

This file was deleted.

24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/1_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: 'Enhancement request'
about: 'Suggest an enhancement/change to an existing feature for the Kotlin Extension'
title:
labels: 'Type: Enhancement'
---

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

### Enhancement Description

<!-- Please provide a description of the feature you envision. -->

### Current Behaviour

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

### Wanted Behaviour

<!-- Please described the desired outcome through the Kotlin Extension around the suggested enhancement. -->

### Possible Workarounds

<!-- If applicable, share any workarounds for the described enhancement. -->
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/2_feature_request.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/3_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: 'Bug report'
about: 'Report a bug for the Kotlin Extension'
title:
labels: 'Type: Bug'
---

<!-- Please use markdown (https://guides.github.com/features/mastering-markdown/) semantics throughout the bug description. -->

### Basic information

* Axon Framework version:
* JDK version:
* Kotlin Extension version:
* Complete executable reproducer if available (e.g. GitHub Repo):

### Steps to reproduce

<!--
Share all steps to be able to reproduce the bug, ideally based on a reproducer.
Combining this with a description of your setup helps us to figure out what the issue might be.
-->

### Expected behaviour

<!-- Please describe the expected behaviour. -->

### Actual behaviour

<!--
Please describe the actual behaviour as discovered.
If available, provide the entire stack trace, with markdown (```) semantics.
-->
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ updates:
reviewers:
- "sandjelkovic"
- "smcvb"
milestone: 2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<junit.jupiter.version>5.7.0</junit.jupiter.version>
<slf4j.version>1.7.30</slf4j.version>
<log4j.version>2.13.3</log4j.version>
<dokka.version>1.4.10</dokka.version>
<springboot.version>2.3.2.RELEASE</springboot.version>
<dokka.version>1.4.10.2</dokka.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c1a7041

Please sign in to comment.