Skip to content

Commit 29f2908

Browse files
committed
Update issue tempaltes
1 parent 05ec6c5 commit 29f2908

File tree

7 files changed

+74
-80
lines changed

7 files changed

+74
-80
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: 🐛 Bug
2+
description: Report a technical issue.
3+
title: '🐛 '
4+
labels:
5+
- bug
6+
assignees:
7+
- codingjoe
8+
body:
9+
10+
- type: markdown
11+
attributes:
12+
value: |
13+
Thank you for taking the time to report a bug.
14+
Please fill in as much of the template below as you're able.
15+
16+
- type: markdown
17+
attributes:
18+
value: |
19+
## Security issues
20+
Please do not report security issues here.
21+
Instead, disclose them as described in our [security policy](https://github.com/codingjoe/django-select2/security).
22+
23+
- type: textarea
24+
id: bug-description
25+
attributes:
26+
label: Bug Description
27+
description: A clear and concise description of what the bug is.
28+
placeholder: I found a bug
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: bug-steps
34+
attributes:
35+
label: Steps to Reproduce
36+
description: Steps to reproduce the behavior.
37+
placeholder: |
38+
1. Go to '...'
39+
2. Click on '....'
40+
3. Scroll down to '....'
41+
4. See error
42+
validations:
43+
required: true
44+
45+
- type: textarea
46+
id: bug-expected
47+
attributes:
48+
label: Expected Behavior
49+
description: A clear and concise description of what you expected to happen.
50+
placeholder: I expected the app to do X
51+
validations:
52+
required: true

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: ✨ Feature
2+
description: Request an enhancement.
3+
body:
4+
5+
- type: markdown
6+
attributes:
7+
value: |
8+
## Discussions
9+
10+
This project uses GitHub Discussions for feature requests.
11+
Please use the [Ideas Section](https://github.com/codingjoe/django-select2/discussions/categories/ideas) to discuss your idea with the community.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/problem-with-django-admin.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: 🙋 Question
2+
description: Get help from the community.
3+
body:
4+
5+
- type: markdown
6+
attributes:
7+
value: |
8+
## Discussions
9+
10+
This project uses GitHub Discussions to answer your questions.
11+
Please use the [Q&A](https://github.com/codingjoe/django-select2/discussions/categories/q-a) to discuss your idea with the community.

0 commit comments

Comments
 (0)