From b9e67e79726e4052b621a8f1a1aa6eb5e1428a0a Mon Sep 17 00:00:00 2001 From: John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com> Date: Tue, 14 Jun 2022 17:17:07 -0400 Subject: [PATCH] Allowing blank issues with a template for testing purposes only (#12377) --- .github/ISSUE_TEMPLATE.md | 69 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..d3200696d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,69 @@ + + + + + + + + +##### ISSUE TYPE + + - Breaking Change + - New or Enhanced Feature + - Bug or Docs Fix + + +##### COMPONENT NAME + + - API + - UI + - Collection + - Docs + - CLI + - Other + + +##### SUMMARY + + +##### ENVIRONMENT +* AWX version: X.Y.Z +* AWX install method: operator, developer environment +* AWX deployment target: openshift, kubernetes, minikube +* Operating System: +* Web Browser: + +##### STEPS TO REPRODUCE + + + +##### EXPECTED RESULTS + + + +##### ACTUAL RESULTS + + + +##### ADDITIONAL INFORMATION + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3f1246fc26..b3e5d26591 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ --- -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: For debugging help or technical support url: https://github.com/ansible/awx#get-involved