From aa6bd2417ad2be7d4c292bc2b3ee43417a52cecf Mon Sep 17 00:00:00 2001 From: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com> Date: Sat, 8 Mar 2025 14:06:21 +0100 Subject: [PATCH] chore(issue-template): add CI issue template --- .github/ISSUE_TEMPLATE/7-ci.yml | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/7-ci.yml diff --git a/.github/ISSUE_TEMPLATE/7-ci.yml b/.github/ISSUE_TEMPLATE/7-ci.yml new file mode 100644 index 0000000..c61b202 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/7-ci.yml @@ -0,0 +1,38 @@ +name: CI/CD +description: File a feature request or bug-report for CI/CD +title: "ci(scope): " +labels: ["ci"] +body: +- type: textarea + attributes: + label: Expected feature + description: A clear and concise description of what the problem is and how it could be approached. + validations: + required: true +- type: textarea + attributes: + label: Alternative solutions + description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: false +- type: textarea + attributes: + label: Anything else? + description: | + Links? References? Anything that will give us more context about the issue you are encountering! + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false +- type: checkboxes + id: acknowledgements + attributes: + label: Acknowledgements + description: Your bug report will be closed if you don't follow the checklist below. + options: + - label: This issue is not a duplicate of an existing bug report. + required: true + - label: I have chosen an appropriate title. + required: true + - label: All requested information has been provided properly. + required: true