initial
This commit is contained in:
39
.github/DISCUSSION_TEMPLATE/bug.yml
vendored
Normal file
39
.github/DISCUSSION_TEMPLATE/bug.yml
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
title: "[Bug]: "
|
||||
labels: ["Bug"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps to reproduce.
|
||||
value: |
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
'...'
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
- type: input
|
||||
attributes:
|
||||
label: Python Version
|
||||
placeholder: 3.7, 3.8, 3.9, 3.10, 3.11
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Django Version
|
||||
placeholder: 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Extra context
|
||||
description: Add any other context about the problem here.
|
||||
Reference in New Issue
Block a user