Skip to content

Commit 3ddc567

Browse files
committed
Add an issue template to reduce confusion
Plenty of issues are opened on this repository by people mistaking this for the main Django issue tracker. Maybe some default text in the issue template, complete with documentation links, can help some of them.
1 parent 973bb47 commit 3ddc567

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/issue_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Issue
3+
about: Submit a bug report or feature request for the website djangoproject.com
4+
5+
---
6+
7+
This is the issue tracker for the website at djangoproject.com, **not** for Django itself.
8+
9+
If you are looking for help or support with using Django, please follow the links in [our documentation](https://docs.djangoproject.com/en/dev/faq/help/).
10+
11+
If you want to submit a bug report or a feature request to Django, you can find instructions [here](https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/).
12+
13+
If you want to [report a bug on translations](https://docs.djangoproject.com/en/stable/internals/contributing/localizing/#translations) in Django or djangoproject.com, please use [Transifex](https://www.transifex.com/django/django/dashboard/).

0 commit comments

Comments
 (0)