Skip to content

Commit

Permalink
Merge pull request #63 from oss-slu/55-issue-templates
Browse files Browse the repository at this point in the history
55 issue templates
  • Loading branch information
ruthvikm authored Sep 25, 2023
2 parents 9fbbe60 + 6ecef24 commit 1ba0cc0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
19 changes: 19 additions & 0 deletions feature_request_pi4M.md
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
41 changes: 41 additions & 0 deletions issues_pi4M.md
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]

0 comments on commit 1ba0cc0

Please sign in to comment.