Contribuindo com o 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.

Work on the Django framework

The work on Django itself falls into three major areas:

Writing 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!

Start from the Escrevendo código docs.

Writing 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.

See Escrevendo a documentação for more.

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.

See Localizando Django to help translate Django.

Join the Django community ❤️

We’re passionate about helping Django users make the jump to contributing members of the community. There are several other 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.
  • Entre na lista de email django-users e responda as dúvidas. Essa lista de email tem uma imensa audiência, e nós realmente gostaríamos de manter uma atmosfera amigável e solidária. Se você é novo na comunidade Django, você deve ler as posting guidelines.
  • Join the Django Discord server or the #django IRC channel on Libera.Chat to discuss and answer questions. By explaining Django to other users, you’re going to learn a lot about the framework yourself.
  • Escreva um blog sobre o Django. Todos os blogs sobre Django que nós conhecemos estão relacionados na community page; Se você gostaria de ver o seu blog lá você pode register it here.
  • Contribua com projetos open-source Django, escreva alguma documentação, ou disponibilize seu próprio código como uma aplicação open-source plugável. O ecosistema de aplicações plugáveis é uma grande força do Django, ajude nos a contrui-lo!

We’re looking forward to working with you. Welcome aboard! ⛵️

Back to Top