Skip to content

Commit 3532dce

Browse files
committed
Add a issues config file
1 parent 29f2908 commit 3532dce

File tree

3 files changed

+11
-22
lines changed

3 files changed

+11
-22
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Security Policy
4+
url: https://github.com/codingjoe/django-select2/security
5+
about: Please do not disclose security vulnerabilities via GitHub issues.
6+
- name: ✨ Feature Requests
7+
url: https://github.com/codingjoe/django-select2/discussions/categories/ideas
8+
about: Please use the GitHub Discussions to request new features.
9+
- name: 🙋 Questions & Help
10+
url: https://github.com/codingjoe/django-select2/discussions/categories/q-a
11+
about: Please use the GitHub Discussions to ask questions.

.github/ISSUE_TEMPLATE/feature.yml

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

.github/ISSUE_TEMPLATE/question.yml

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

0 commit comments

Comments
 (0)