From a994c514771a57c8c45d0a702a843f4e7c4ba371 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Tue, 19 Jul 2022 18:24:00 +0530 Subject: [PATCH] new bug report template --- .github/ISSUE_TEMPLATE/bug-report.yml | 76 +++++++++++++++++++++++++++ 1 file changed, 76 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..0fe34d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,76 @@ +name: Bug Report +description: File a bug report +labels: ["bug"] +assignees: + - Bhupesh-V +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! Any log outputs, demo screenshots + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: ugit-version + attributes: + label: Ugit Version + description: What version of ugit are you running? + options: + - v5.1 (Latest) + - v5.0 + - v4.1 + - v4.0 + - v3.0 + - v2.0 + - v1.0 + validations: + required: true + - type: dropdown + id: bash-version + attributes: + label: Bash Version + description: What version of bash are you running? + options: + - Bash >= 5.0 + - Bash >= 4.0 + - Bash >= 3.0 + validations: + required: true + - type: textarea + id: git-version + attributes: + label: Git Version + description: Please paste the output of `git --version` + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: What OS are you seeing the problem on? + multiple: false + options: + - Linux Based + - MacOS + - Windows + validations: + required: true + - type: textarea + id: terminalName + attributes: + label: Terminal Name + description: Please specify the name of terminal you are using (E.g Kitty, iterm2 etc.) + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Bhupesh-V/ugit/blob/master/CODE_OF_CONDUCT.md) + options: + - label: I agree to follow this project's Code of Conduct + required: true