---
title: "Escrevendo código"
version: 4.0
locale: pt-br
source: https://docs.djangoproject.com/pt-br/4.0/internals/contributing/writing-code/
canonical: https://djangodocs.dev/pt-br/4.0/internals/contributing/writing-code/
---
# Escrevendo código

So you’d like to write some code to improve Django? Awesome! There are several
ways you can help Django’s development:

- [Report bugs](/pt-br/4.0/internals/contributing/bugs-and-features/) in our [ticket tracker](https://code.djangoproject.com/).
- Join the [django-developers](/pt-br/4.0/internals/mailing-lists/#django-developers-mailing-list) mailing list and share your ideas for how to
  improve Django. We’re always open to suggestions. You can also interact on
  the [Django forum](https://forum.djangoproject.com/) and the [#django-dev IRC channel](https://web.libera.chat/#django-dev).
- [Submit patches](/pt-br/4.0/internals/contributing/writing-code/submitting-patches/) for new and/or fixed behavior. If
  you’re looking for a way to get started contributing to Django read the
  [Escrevendo seu primeiro patch para Django](/pt-br/4.0/intro/contributing/) tutorial and have a look at the [easy pickings](https://code.djangoproject.com/query?status=!closed&easy=1)
  tickets. The [Checklist de Revisão de Patches](/pt-br/4.0/internals/contributing/writing-code/submitting-patches/#patch-review-checklist) will also be helpful.
- [Improve the documentation](/pt-br/4.0/internals/contributing/writing-documentation/) or [write
  unit tests](/pt-br/4.0/internals/contributing/writing-code/unit-tests/).
- [Triage tickets and review patches](/pt-br/4.0/internals/contributing/triaging-tickets/) created by
  other users.
- Read the [Conselho aos novos voluntários](/pt-br/4.0/internals/contributing/new-contributors/) to help you get orientated in the
  development process.

Browse the following sections to find out how to give your code patches the
best chances to be included in Django core:

- [Estilo de código](/pt-br/4.0/internals/contributing/writing-code/coding-style/)
- [Testes unitários](/pt-br/4.0/internals/contributing/writing-code/unit-tests/)
- [Enviando patches](/pt-br/4.0/internals/contributing/writing-code/submitting-patches/)
- [Trabalhando com Git e GitHub](/pt-br/4.0/internals/contributing/writing-code/working-with-git/)
- [JavaScript](/pt-br/4.0/internals/contributing/writing-code/javascript/)
