Skip to content

Commit

Permalink
code: Update bug.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshsinghrathore authored Oct 9, 2023
1 parent 6e40fa5 commit 90788aa
Showing 1 changed file with 14 additions and 76 deletions.
90 changes: 14 additions & 76 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,88 +1,26 @@
name: 🐞 Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "hacktoberfest"]
projects: ["ISRO-web"]
assignees:
- octocat
name: "🐞 Bug Report"
description: "Create a report to help us improve"
title: "BUG:"
labels: ["Bug"]
body:
- type: markdown
attributes:
value: "Thanks for taking the time to fill out this bug report!"
- type: checkboxes
id: issue-check
attributes:
label: Is there any existing issue for this?
description: Please search to see if an issue already exist for the bug you encountered.
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: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Tell us details about the bug you encountered!
placeholder: Tell a brief description of the bug!
value: "A bug happened!"
validations:
required: true
- label: "I have searched the existing issues"
required: true
- type: textarea
id: Add-Screenshots
attributes:
label: proof?
description: Also share us the specific bug picture.
placeholder: add sufficient SS to explain your issue.
value: "A bug screenshots!"
validations:
required: false
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- 1.0.2 (Default)
- 1.0.3 (Edge)
default: 0
label: "What happened?"
description: "A concise description of what you're experiencing."
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: code-terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
label: "Record"
options:
- label: I agree to follow this project's Code of Conduct
- label: "I agree to follow this project's Code of Conduct"
required: true
- type: checkboxes
id: issue-terms
attributes:
label: I want to work on this issue
description: I want to work on this issue
options:
- label: I want to work on this issue
required: false
- label: "I'm a Hacktoberfest'23 contributor"
- label: "I want to work on this issue"

0 comments on commit 90788aa

Please sign in to comment.