From 683d23dbea1e0725e6243e120bee6f3b5287df0e Mon Sep 17 00:00:00 2001 From: John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com> Date: Wed, 15 Jun 2022 17:30:00 -0400 Subject: [PATCH] Adding feature requests issue type (#951) --- .github/ISSUE_TEMPLATE/feature_request.yml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..36ca14be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,29 @@ +--- +name: ✨ Feature request +description: Suggest an idea for this project +body: + - type: markdown + attributes: + value: | + Feature Request issues are for **feature requests** only. + For debugging help or technical support, please see the [Get Involved section of our README](https://github.com/ansible/awx-operator#get-involved) + + - type: checkboxes + id: terms + attributes: + label: Please confirm the following + options: + - label: I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). + required: true + - label: I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. + required: true + - label: I understand that AWX Operator is open source software provided for free and that I might not receive a timely response. + required: true + + - type: textarea + id: summary + attributes: + label: Feature Summary + description: Briefly describe the desired enhancement. + validations: + required: true