diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..09730d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,58 @@ +--- +name: 🐛 Bug report +about: Create a report to help us improve +--- + + + + +##### SUMMARY + + +##### ISSUE TYPE +- Bug Report + + +##### ANSIBLE VERSION + +```paste below + +``` + +##### CONFIGURATION + +```paste below + +``` + +##### OS / ENVIRONMENT + + + +##### STEPS TO REPRODUCE + + + +```yaml + +``` + + + +##### EXPECTED RESULTS + + + +##### ACTUAL RESULTS + + + +```paste below + +``` + +##### SCREENSHOTS + + + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..a9c6822 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: ✨ Feature request +about: Suggest an idea for this project +--- + + + + +##### SUMMARY + + +##### ISSUE TYPE +- Feature Idea + + +##### ADDITIONAL INFORMATION + + + +```yaml + +``` + +