diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 03e44a4..c3d85bd 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -4,58 +4,66 @@ title: "🪲 [Bug]: " labels: "🪲Bug" projects: "" body: -- type: textarea - attributes: - label: Describe the bug - description: A clear and concise description of what the bug is - validations: - required: true -- type: textarea - attributes: - label: Steps To Reproduce - description: Steps to reproduce the behavior - placeholder: | - 1. Go to'...' - 2. Click on'...' - 3. Scroll down to'...' - 4. See error - validations: - required: true -- type: textarea - attributes: - label: Expected Behavior - description: A clear and concise description of what you expected to happen - validations: - required: true -- type: textarea - attributes: - label: Screenshots - description: | - If applicable, add screenshots to help explain your problem + - type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is + validations: + required: true + - type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior + placeholder: | + 1. Go to '...' + 2. Click on '...' + 3. Scroll down to '...' + 4. See error + validations: + required: true + - type: textarea + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen + validations: + required: true + - type: textarea + attributes: + label: Screenshots + description: | + If applicable, add screenshots to help explain your problem - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in - validations: - required: false -- type: textarea - attributes: - label: Device Information [optional] - description: | - examples: - - **OS**: Ubuntu 20.04 - - **Browser**: chrome - - **version**: 22 - value: | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in + validations: + required: false + - type: textarea + attributes: + label: Device Information [optional] + description: | + examples: + - **OS**: Ubuntu 20.04 + - **Browser**: chrome + - **version**: 22 + value: | - OS: - Browser: - version: - render: markdown - validations: - required: false -- type: dropdown - attributes: - label: Are you working on this issue? - options: - - 'Yes' - - 'No' - validations: - required: true + render: markdown + validations: + required: false + - type: dropdown + attributes: + label: Are you working on this issue? + options: + - "Yes" + - "No" + validations: + required: true + - type: checkboxes + attributes: + label: "Record" + options: + - label: "I agree to follow this project's Code of Conduct" + required: true + - label: "I'm a GSSOC'24 contributor" + - label: "I want to work on this issue"