Skip to content

Commit c4b2f5f

Browse files
authored
Merge pull request #33 from holixon/feature/github_templates
chore: add github templates
2 parents c559320 + 247428d commit c4b2f5f

File tree

4 files changed

+45
-1
lines changed

4 files changed

+45
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ everybody, we've set up a number of guidelines to follow.
55

66
There are different ways in which you can contribute to the framework:
77

8-
1. You can report any bugs, feature requests or ideas about improvements on GitHub: https://github.com/AxonFramework/AxonFramework/issues/.
8+
1. You can report any bugs, feature requests or ideas about improvements on GitHub: https://github.com/AxonFramework/extension-kotlin/issues/.
99
All ideas are welcome. Please be as exact as possible when reporting bugs. This will help us reproduce and thus solve
1010
the problem faster.
1111
2. If you have created a component for your own application that you think might be useful to include in the

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Please use one of the following templates:
2+
3+
https://github.com/AxonFramework/extension-kotlin/issues/new/choose
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 'Bug report'
3+
about: 'Report a bug in Axon Framework - Extension Kotlin'
4+
title:
5+
labels: 'type: bug :bug:'
6+
assignees:
7+
8+
---
9+
10+
### Steps to reproduce
11+
12+
* extension-kotlin version:
13+
* Axon Framework version:
14+
* JDK version:
15+
* Complete executable reproducer: (e.g. GitHub Repo)
16+
* Steps: (what exactly are you doing with the above reproducer?)
17+
18+
### Expected behaviour
19+
20+
### Actual behaviour
21+
22+
(In case of exceptions please provide full stack trace)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: 'Feature request'
3+
about: 'Suggest a 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)