-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/immutable_aggregate
- Loading branch information
Showing
8 changed files
with
88 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ updates: | |
reviewers: | ||
- "sandjelkovic" | ||
- "smcvb" | ||
milestone: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters