diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..000cffd9b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,61 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + + + +##### ISSUE TYPE + - Bug Report + +##### COMPONENT NAME + + +##### ANSIBLE VERSION + +``` + +``` + +##### CONFIGURATION + + +##### OS / ENVIRONMENT + + +##### SUMMARY + + +##### STEPS TO REPRODUCE + + + +```yaml + +``` + + + +##### EXPECTED RESULTS + + +##### ACTUAL RESULTS + + + +``` + +``` diff --git a/.github/ISSUE_TEMPLATE/documentation_report.md b/.github/ISSUE_TEMPLATE/documentation_report.md new file mode 100644 index 0000000000..aba9671897 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_report.md @@ -0,0 +1,61 @@ +--- +name: Documentation Report +about: Ask us about docs + +--- + + + +##### ISSUE TYPE + - Documentation Report + +##### COMPONENT NAME + + +##### ANSIBLE VERSION + +``` + +``` + +##### CONFIGURATION + + +##### OS / ENVIRONMENT + + +##### SUMMARY + + +##### STEPS TO REPRODUCE + + + +```yaml + +``` + + + +##### EXPECTED RESULTS + + +##### ACTUAL RESULTS + + + +``` + +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..6901c8fea0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,61 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + + + +##### ISSUE TYPE + - Feature Idea + +##### COMPONENT NAME + + +##### ANSIBLE VERSION + +``` + +``` + +##### CONFIGURATION + + +##### OS / ENVIRONMENT + + +##### SUMMARY + + +##### STEPS TO REPRODUCE + + + +```yaml + +``` + + + +##### EXPECTED RESULTS + + +##### ACTUAL RESULTS + + + +``` + +```