From 7042d356c65898703b0aa04f5f74661cf71f88f6 Mon Sep 17 00:00:00 2001 From: joeajug123 <48902411+joeajug123@users.noreply.github.com> Date: Mon, 25 Mar 2019 12:12:18 +0530 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 566bf9543..ea044c6dc 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ ## Checklist -- [ ] I have verified that that issue exists against the `master` branch of Django REST framework. +- [ ] I have verified that that issue exists against the `master` branch of Django THE REST framework. - [ ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [ ] This is not a usage question. (Those should be directed to the [discussion group](https://groups.google.com/forum/#!forum/django-rest-framework) instead.) - [ ] This cannot be dealt with as a third party library. (We prefer new functionality to be [in the form of third party libraries](https://www.django-rest-framework.org/community/third-party-packages/#about-third-party-packages) where possible.)