From d75ba68509c524638d244c1922da278060696356 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 4 May 2018 11:44:32 +0200 Subject: [PATCH] Integrate bug/docs report and FR issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 61 +++++++++++++++++++ .../ISSUE_TEMPLATE/documentation_report.md | 61 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 61 +++++++++++++++++++ 3 files changed, 183 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/documentation_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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 + + + +``` + +```