---
title: "Penulisan kode"
version: 4.0
locale: id
source: https://docs.djangoproject.com/id/4.0/internals/contributing/writing-code/
canonical: https://djangodocs.dev/id/4.0/internals/contributing/writing-code/
---
# Penulisan kode

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

- [Report bugs](/id/4.0/internals/contributing/bugs-and-features/) in our [ticket tracker](https://code.djangoproject.com/).
- Join the [django-developers](/id/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](/id/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
  [Menulis tambalan pertama anda untuk Django](/id/4.0/intro/contributing/) tutorial and have a look at the [easy pickings](https://code.djangoproject.com/query?status=!closed&easy=1)
  tickets. The [Daftar centang pratinjau tambalan](/id/4.0/internals/contributing/writing-code/submitting-patches/#patch-review-checklist) will also be helpful.
- [Improve the documentation](/id/4.0/internals/contributing/writing-documentation/) atau [write unit tests](/id/4.0/internals/contributing/writing-code/unit-tests/).
- [Triage tickets and review patches](/id/4.0/internals/contributing/triaging-tickets/) created by
  other users.
- Read the [Saran untuk penyumbang baru](/id/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:

- [Gaya pengkodean](/id/4.0/internals/contributing/writing-code/coding-style/)
- [Satuan percobaan](/id/4.0/internals/contributing/writing-code/unit-tests/)
- [Mengajukan tambalan](/id/4.0/internals/contributing/writing-code/submitting-patches/)
- [Bekerja dengan Git dan GitHub](/id/4.0/internals/contributing/writing-code/working-with-git/)
- [JavaScript](/id/4.0/internals/contributing/writing-code/javascript/)
