Skip to content

Commit

Permalink
Update Issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 28, 2024
1 parent f464b01 commit 18fd6f1
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Bug Report
description: "Report something that's broken."
body:
- type: markdown
attributes:
value: "Please read [our contribution guide](https://github.com/userfrosting/.github/blob/main/.github/CONTRIBUTING.md) and our chapter on [common problems](https://learn.userfrosting.com/troubleshooting/common-problems) before submitting bug reports."
- type: input
attributes:
label: UserFrosting or package Version
description: Provide the UserFrosting or package version that you are using.
placeholder: 5.x.x
validations:
required: true
- type: textarea
attributes:
label: Debug Data
description: Run `php bakery debug` and paste the result here
validations:
required: true
- type: input
attributes:
label: Chat Discussion (optional)
description: Provide a link the Chat discussion about this issue
placeholder: https://chat.userfrosting.com/...
validations:
required: false
- type: textarea
attributes:
label: Description
description: Provide a detailed description of the issue you are facing.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Provide detailed steps to reproduce your issue.
validations:
required: false

0 comments on commit 18fd6f1

Please sign in to comment.