Skip to content

Commit

Permalink
Add template for bug report (#987)
Browse files Browse the repository at this point in the history
* Add bug report

* Fix line break
  • Loading branch information
vanessa authored May 10, 2024
1 parent fcf5a3c commit e3f818b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: 🐛 Bug Report
description: Create a bug report to help us improve Django Girls.
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out the sections below to help us reproduce and fix the bug. Your feedback is invaluable to us.
- type: textarea
id: description
attributes:
label: Brief description of the issue
description: A clear and concise description of what the bug is.
placeholder: Please provide a detailed description of the bug, and feel free to include screenshots if available. Thank you! ✨
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: What did you expect to happen?
description: Tell us what you expected to happen.
placeholder: Could you please describe what you expected to happen? Thank you! ✨
validations:
required: true

0 comments on commit e3f818b

Please sign in to comment.