From 6ecef2468b5b3901a7562650c0cf12ad30d853bd Mon Sep 17 00:00:00 2001 From: "Alex.Delgado" Date: Mon, 18 Sep 2023 17:02:21 -0500 Subject: [PATCH] Created Bug report and Feature request md files --- feature_request_pi4M.md | 19 +++++++++++++++++++ issues_pi4M.md | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 feature_request_pi4M.md create mode 100644 issues_pi4M.md diff --git a/feature_request_pi4M.md b/feature_request_pi4M.md new file mode 100644 index 00000000..411afb36 --- /dev/null +++ b/feature_request_pi4M.md @@ -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 \ No newline at end of file diff --git a/issues_pi4M.md b/issues_pi4M.md new file mode 100644 index 00000000..40c9a21c --- /dev/null +++ b/issues_pi4M.md @@ -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] +