Skip to content

Commit 1938fe5

Browse files
committed
Limit creation of new issues and clarify bug report process
1 parent 376026c commit 1938fe5

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.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: Bug report
4+
url: https://github.com/encode/django-rest-framework/compare
5+
about: To report a bug, please open a pull request with a failing test reproducing the problem.
6+
- name: New features
7+
url: https://www.django-rest-framework.org/community/contributing/
8+
about: |
9+
At this point in its lifespan, we consider Django REST framework to be feature-complete.
10+
We focus on pull requests that track the continued development of Django versions, and
11+
generally do not accept new features or code formatting changes.

docs/community/contributing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The [Django code of conduct][code-of-conduct] gives a fuller set of guidelines f
3030

3131
* Django REST framework is considered feature-complete. Please do not file requests to change behavior, unless it is required for security reasons or to maintain compatibility with upcoming Django or Python versions.
3232
* Feature requests will typically be closed with a recommendation that they be implemented outside the core REST framework library (e.g. as third-party libraries). This approach allows us to keep down the maintenance overhead of REST framework, so that the focus can be on continued stability and great documentation.
33+
* To report a bug, open a pull request with a failing test. Apart from the above categories, we mainly focus on fixing regression bugs: things that used to work but recently stopped working. Anything else will be treated as a feature request.
3334

3435
# Development
3536

0 commit comments

Comments
 (0)