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
ArslanYM authored Jul 22, 2023
1 parent 1b855d7 commit 22a0ff0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

name: Bug report
description: Create a bug report to help us address errors in the repository
title: "[BUG] <bug description>"
labels: [bug]
body:
- type: textarea
id: bugdescription
attributes:
label: Description of the bug
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Please add screenshots (if applicable)
validations:
required: false
- type: textarea
id: context
attributes:
label: Add any other context about the problem here
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Checklist
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ArslanYM/StarterHive/blob/main/CODE_OF_CONDUCT.md)
options:
- label: "I have read the [Contributing Guidelines](https://github.com/ArslanYM/StarterHive/blob/main/CONTRIBUTING.md)"
required: true
- label: "I have checked the existing [issues](https://github.com/ArslanYM/StarterHive/issues)"
required: true
- label: "I am willing to work on this issue (optional)"
required: false

0 comments on commit 22a0ff0

Please sign in to comment.