-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add bug report * Fix line break
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |