8000 Update issue templates · codingjoe/django-select2@9de7f29 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9de7f29

Browse files
authored
Update issue templates
1 parent ffe9162 commit 9de7f29

File tree

4 files changed

+80
-0
lines changed

4 files changed

+80
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: codingjoe
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Exception & Traceback**
14+
Should you have run into an exception, please provide us with the exception as well as with the full traceback.
15+
16+
**Code Snippet**
17+
Please provide us with a code example on how to reproduce the error.
18+
19+
**To Reproduce**
20+
Steps to reproduce the behavior:
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. Scroll down to '....'
24+
4. See error
25+
26+
**Expected behavior**
27+
A clear and concise description of what you expected to happen.
28+
29+
**Screenshots**
30+
If applicable, add screenshots to help explain your problem.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Problem with Django admin
3+
about: You are facing a problem integrating django-select2 into Django's admin interface
4+
title: ''
5+
labels: wontfix
6+
assignees: ''
7+
8+
---
9+
10+
Django-Select2 does NOT support Django admin, since Django admin has a built-in feature called `autocomplete_fields`. Autocomplete fields are superior and we recommend using them, instead of this package for the admin.
11+
12+
You can find more information here:
13+
https://docs.djangoproject.com/en/stable/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields

.github/ISSUE_TEMPLATE/question.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Question
3+
about: You have a question about Django-Select2
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
**Goal**
11+
Please describe your goal in all detail. What are you trying to do
12+
13+
**Problem**
14+
Please describe your problem in all detail. Where are you struggling?
15+
16+
**Code Snippet**
17+
Please provide a code snippet of your problem.

0 commit comments

Comments
 (0)
0