forked from applegrew/django-select2
-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Showing
7 changed files
with
74 additions
and
80 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,52 @@ | ||
name: 🐛 Bug | ||
description: Report a technical issue. | ||
title: '🐛 ' | ||
labels: | ||
- bug | ||
assignees: | ||
- codingjoe | ||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to report a bug. | ||
Please fill in as much of the template below as you're able. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Security issues | ||
Please do not report security issues here. | ||
Instead, disclose them as described in our [security policy](https://github.com/codingjoe/django-select2/security). | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Bug Description | ||
description: A clear and concise description of what the bug is. | ||
placeholder: I found a bug | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: bug-steps | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: bug-expected | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: I expected the app to do X | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
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,11 @@ | ||
name: ✨ Feature | ||
description: Request an enhancement. | ||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## Discussions | ||
This project uses GitHub Discussions for feature requests. | ||
Please use the [Ideas Section](https://github.com/codingjoe/django-select2/discussions/categories/ideas) to discuss your idea with the community. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,11 @@ | ||
name: 🙋 Question | ||
description: Get help from the community. | ||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## Discussions | ||
This project uses GitHub Discussions to answer your questions. | ||
Please use the [Q&A](https://github.com/codingjoe/django-select2/discussions/categories/q-a) to discuss your idea with the community. |