Skip to content

Commit

Permalink
Update and rename bug_report.md to bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 authored Oct 9, 2024
1 parent 54f89d9 commit 07f9254
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: Bug Report 🐞
about: Reporting for any bug in the project description or algorithm description.
title: '🐛: '
labels: ["Up-for-Grabs ✋", "bug 🐛"]
assignees:
- ''

body:
- type: textarea
id: bug-title
attributes:
label: Title
placeholder: Enter the title of your bug report here.
validations:
required: true

- type: textarea
id: bug-description
attributes:
label: Bug
placeholder: Describe the bug you encountered.
validations:
required: true

- type: textarea
id: changes
attributes:
label: Changes
placeholder: Explain the approach to handle this bug.
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots 📷
placeholder: Write N/A if not available.
validations:
required: false

- type: textarea
id: full-name
attributes:
label: Full Name
placeholder: Enter your full name here.
validations:
required: true

- type: textarea
id: participant-role
attributes:
label: Participant Role
placeholder: Mention your participant role (e.g., GSOC, GSSOC, SSOC, JWOC).
validations:
required: true

- type: markdown
attributes:
value: |
:red_circle: **To be Mentioned while taking the issue:**
- Full name:
- What is your participant role? (Mention the Open Source Program name. Eg. GSOC, GSSOC, SSOC, JWOC, etc.)

0 comments on commit 07f9254

Please sign in to comment.