-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c39bb98
commit 651a4b4
Showing
9 changed files
with
437 additions
and
435 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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: Feature Request | ||
description: Request an enhancement or new feature. | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please describe your feature request with appropriate detail. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please describe your feature request with appropriate detail. | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
name: Issue | ||
description: File an issue | ||
body: | ||
- type: input | ||
id: python_version | ||
attributes: | ||
label: Python Version | ||
description: Which version of Python were you using? | ||
placeholder: 3.9.0 | ||
validations: | ||
required: false | ||
- type: input | ||
id: django_version | ||
attributes: | ||
label: Django Version | ||
description: Which version of Django were you using? | ||
placeholder: 3.2.0 | ||
validations: | ||
required: false | ||
- type: input | ||
id: package_version | ||
attributes: | ||
label: Package Version | ||
description: Which version of this package were you using? If not the latest version, please check this issue has not since been resolved. | ||
placeholder: 1.0.0 | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please describe your issue. | ||
validations: | ||
required: true | ||
- type: input | ||
id: python_version | ||
attributes: | ||
label: Python Version | ||
description: Which version of Python were you using? | ||
placeholder: 3.9.0 | ||
validations: | ||
required: false | ||
- type: input | ||
id: django_version | ||
attributes: | ||
label: Django Version | ||
description: Which version of Django were you using? | ||
placeholder: 3.2.0 | ||
validations: | ||
required: false | ||
- type: input | ||
id: package_version | ||
attributes: | ||
label: Package Version | ||
description: Which version of this package were you using? If not the latest version, please check this issue has not since been resolved. | ||
placeholder: 1.0.0 | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please describe your issue. | ||
validations: | ||
required: true |
Oops, something went wrong.