Contributing to DjangoΒΆ
Django is a community that lives on its volunteers. As it keeps growing, we always need more people to help others. You can contribute in many ways, either on the framework itself or in the wider ecosystem.
Communication channelsΒΆ
Weβre passionate about helping Django users make the jump to contributing members of the community. Communication is key - working on Django is being part of a conversation. Join it, to become familiar with what weβre doing and how we talk about it. Youβll be able to form relationships with more experienced contributors who are there to help guide you towards success.
Join the Django communityΒΆ
There are several ways you can help the Django community and others to maintain a great ecosystem to work in:
Join the Django Forum. This forum is a place for discussing the Django framework and applications and projects that use it. This is also a good place to ask and answer any questions related to installing, using, or contributing to Django.
Join the Django Discord server to discuss and answer questions. By explaining Django to other users, youβre going to learn a lot about the framework yourself.
Blog about Django. We syndicate all the Django blogs we know about on the community page; if youβd like to see your blog on that page you can register it here.
Contribute to open-source Django projects, write some documentation, or release your own code as an open-source pluggable application. The ecosystem of pluggable applications is a big strength of Django, help us build it!
Getting startedΒΆ
Django encourages and welcomes new contributors, and makes an effort to help them become experienced, confident contributors to Open Source Software (OSS). Our documentation contains guidance for first-time contributors, including:
Work on the Django frameworkΒΆ
If you enjoy working with Django, wait until you start working on it. Really, anyone can do something to improve Django, which will improve the experience of lots of people!
The work on Django itself falls into three major areas:
Contributing codeΒΆ
Fix a bug, or add a new feature. You can make a pull request and see your code in the next version of Django.
Contributing documentationΒΆ
Djangoβs documentation is one of its key strengths. Itβs informative and thorough. You can help to improve the documentation and keep it relevant as the framework evolves.
- Writing documentation
- The Django documentation process
- How the documentation is organized
- How to start contributing documentation
- Writing style
- Commonly used terms
- Django-specific terminology
- Guidelines for reStructuredText files
- Django-specific markup
- Documenting new features
- Minimizing images
- An example
- Translating documentation
django-admin
man page
Localizing DjangoΒΆ
Django is translated into over 100 languages - Thereβs even some translation for Klingon?! The i18n team is always looking for translators to help maintain and increase language reach.
Other ways of contributingΒΆ
Explore additional avenues of contributing to Django beyond coding. Djangoβs ticket tracker is the central hub for managing issues, improvements, and contributions to Django. Itβs a valuable resource where you can report bugs you encounter or assist in triaging existing tickets to ensure a smooth development workflow.
Django also has a process for suggesting ideas where you can join the community in discussing ideas for new features. Beyond the Django codebase, thereβs a vibrant ecosystem that is maintained by the community that you can contribute to.
Explore the ways you can make a difference below, and join us in making Django better for everyone.
Weβre looking forward to working with you. Welcome aboard!