Skip to content

Commit

Permalink
Update issue tempaltes
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Nov 24, 2023
1 parent 05ec6c5 commit 29f2908
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 80 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
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
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
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.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/problem-with-django-admin.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
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.

0 comments on commit 29f2908

Please sign in to comment.