-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from oss-slu/55-issue-templates
55 issue templates
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Feature Request | ||
about: Use this tool to request a new feature. | ||
title: '[FEATURE REQUEST]' | ||
--- | ||
|
||
Create a new feature request. | ||
|
||
[Title] | ||
|
||
Please concisely describe the feature you wish for pi4Micronaut to implement. However, check to see if this feature exists before requesting. | ||
|
||
### Feature description * | ||
|
||
|
||
[What feature would like pi4Micronaut to have and what problem will it resolve if implemented] | ||
|
||
|
||
*Required field |
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,41 @@ | ||
--- | ||
name: Bug Report | ||
about: Use this tool to report bugs with pi4Micronaut and allow us to improve. Thank you for reporting the issue, please review the list below before submitting. | ||
title: '[BUG]' | ||
--- | ||
|
||
|
||
### Expected Behavior | ||
Provide a detailed description of what was expected to happen. | ||
[Tell us what should have happened] | ||
|
||
### Actual Behavior | ||
Provdie a detailed description of what you are actually experiencing. | ||
[Tell us what actually happened] | ||
|
||
|
||
### Reproduction | ||
Let us know the steps we can follow to reproduce this behavior. | ||
|
||
[1. In this environment ... | ||
2. With this config... | ||
3. Run ... | ||
4. See Error] | ||
|
||
|
||
### Environment Information | ||
Tell us the environment information where this problem occurs. | ||
[- Operating System: - JDK Version:] | ||
|
||
### Version * | ||
Micronaut version | ||
|
||
*Required field | ||
|
||
[Which version was used when this error occured] | ||
|
||
### Example Application | ||
Provide a link to the GitHub repository with an example that reproduces the issue. | ||
|
||
[Link to GitHub repo with an example] | ||
|