Skip to content

Commit

Permalink
Improve discussion forms - #1262
Browse files Browse the repository at this point in the history
A continuation of #1261
  • Loading branch information
oscarmcm committed Jan 26, 2023
1 parent 8e31089 commit 174df7a
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/DISCUSSION_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -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.
35 changes: 35 additions & 0 deletions .github/DISCUSSION_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
title: "[Feature]: "
labels: ["ideas"]
body:
- type: dropdown
attributes:
label: "I've already checked other feature proposals"
options:
- 'Yes'
- 'No'
validations:
required: true
- type: dropdown
attributes:
label: Is your feature request related to a problem?
options:
- 'Yes'
- 'No'
validations:
required: true
- type: textarea
attributes:
label: Describe your problem.
description: A clear and concise description of what the problem is.
- type: textarea
attributes:
label: Describe your feature request.
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Anything else we should know.
description: |
A clear and concise description of any alternative solutions or features you've considered.
Add any other context or screenshots about the feature request here.

0 comments on commit 174df7a

Please sign in to comment.