forked from jeffkistler/django-decorator-include
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding in github issue templates as well as a security.md file and co…
…de of conduct
- Loading branch information
1 parent
21c390e
commit 47a5a79
Showing
4 changed files
with
53 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 @@ | ||
This project follows [Django's Code of Conduct](https://www.djangoproject.com/conduct/). |
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,17 @@ | ||
name: Feature Request | ||
description: Request an enhancement or new feature. | ||
body: | ||
- type: input | ||
id: linked_issue | ||
attributes: | ||
label: Is your proposal related to a problem/issue? | ||
description: Please reference any issues linked to this request | ||
validations: | ||
required: false | ||
- 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 |
---|---|---|
@@ -0,0 +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.8.0 | ||
validations: | ||
required: false | ||
- type: input | ||
id: django_version | ||
attributes: | ||
label: Django Version | ||
description: Which version of Django were you using? | ||
placeholder: 4.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: 3.1.0 | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please describe your issue. | ||
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Please report security issues directly over email to [email protected] |