django-rest-framework/CONTRIBUTING.md

8 lines
735 B
Markdown
Raw Permalink Normal View History

2013-12-16 15:59:37 +04:00
# Contributing to REST framework
At this point in its lifespan we consider Django REST framework to be essentially feature-complete. We may accept pull requests that track the continued development of Django versions, but would prefer not to accept new features or code formatting changes.
2022-03-23 14:52:45 +03:00
Apart from minor documentation changes, the [GitHub discussions page](https://github.com/encode/django-rest-framework/discussions) should generally be your starting point. Please only raise an issue or pull request if you've been recommended to do so after discussion.
The [Contributing guide in the documentation](https://www.django-rest-framework.org/community/contributing/) gives some more information on our process and code of conduct.