From 78c480fd7d5985b34dfb7cc54779517f3e8aaf75 Mon Sep 17 00:00:00 2001 From: Adam Ruberti Date: Thu, 23 May 2024 09:12:18 +0200 Subject: [PATCH] chore: create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 63 +++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..84cdbc3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,63 @@ +--- +name: Bug report +description: File a new bug +labels: [bug, triage] +body: + - type: markdown + attributes: + value: | + Before requesting: search [existing issues](../../labels/bug). + + - type: textarea + attributes: + label: Current Behavior + description: "Description of the current behavior." + validations: + required: true + + - type: textarea + attributes: + label: Expected Behavior + description: "Description of the expected behavior." + validations: + required: true + + - type: textarea + attributes: + label: Steps To Reproduce + description: "Example steps to reproduce the behavior:" + placeholder: | + 1. In this environment... + 2. With this config... + 3. Run '...' + 4. See error... + validations: + required: true + + - type: input + attributes: + label: Environment - OS + description: "Linux or Windows" + validations: + required: true + + - type: input + attributes: + label: Polarion version + description: "2310, 2404, etc..." + validations: + required: true + + - type: input + attributes: + label: Extension Version + description: "It can be found under https://<>/polarion/#/project/dev/administration/<>/About" + validations: + required: true + + - type: textarea + attributes: + label: Anything else + description: "Further hints, links, or references? Any additional information probably helping in root cause analysis." + validations: + required: false