Skip to content

Commit

Permalink
Merge branch 'updatedIssueTemplate' of https://github.com/mahek0620/F…
Browse files Browse the repository at this point in the history
…lipkart_Clone into updatedIssueTemplate
  • Loading branch information
mahek0620 committed Jun 3, 2024
2 parents 2af197c + a1841db commit fa999c1
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,49 @@ body:
description: "If applicable, add screenshots to help explain your problem."


- 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"

name: "🐞 Bug Report"
description: "Create a report to help us improve"
title: "BUG:"
labels: ["Bug"]
body:
- type: checkboxes
attributes:
label: "Is there an existing issue for this?"
description: "Please search to see if an issue already exists for the bug you encountered."
options:
- label: "I have searched the existing issues"
required: true

- type: textarea
attributes:
label: "Describe the bug"
description: "A clear and concise description of what the bug is."

- type: textarea
attributes:
label: "What happened?"
description: "A concise description of what you're experiencing."

- type: textarea
attributes:
label: "Expected behavior"
description: "A clear and concise description of what you expected to happen."

- type: textarea
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain your problem."


- type: checkboxes
attributes:
label: "Record"
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ body:
- 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"
- label: "I want to work on this issue"
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ body:
- 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"
- label: "I want to work on this issue"

0 comments on commit fa999c1

Please sign in to comment.