Cara Kontribusi

OpenDroneMap bergantung pada kontribusi komunitas. Kamu bisa berkontribusi dalam berbagai hal, meskipun kamu bukan seorang pemrogram.

Forum Komunitas

Jika kamu berniat untuk terlibat, mentok dipermasalahan atau ingin bergabung, forum berikut merupakan tempat yang cocok untuk memulai. Bisa jadi pertanyaanmu sudah terjawab atau kamu bisa mendapatkan beberapa kiat-kiat jitu lain. Kamu juga bisa berkontribusi data terbuka milikmu agar yang lain dapat mencoba. Forum ini adalah wahana yang bagus sebelum mencoba melaporkan bug atau mencoba untuk terhubung dengan pengembang sebelum membuat fitur baru.

Melaporkan Bug.

Bug dilacak sebagai isu di Github. Silahkan buat sebuah isu di repositori dan tandai dengan tag Bug.

Mengutarakan masalah dan berikan detil tambahan agar dapat membantu pengelola mereka ulang masalahnya:

  • Gunakan judul yang jelas dan desktriptif tentang isunya untuk mempermudah mengenali masalahnya.

  • Describe the exact steps which reproduce the problem in as many details as possible. For example, start by explaining how you run ODM (Docker, Vagrant, etc), e.g. which command exactly you used in the terminal. When listing steps, don't just say what you did, but explain how you did it.

  • Provide specific examples to demonstrate the steps. Include links to files or GitHub projects, or copy/pasteable snippets, which you use in those examples. If you're providing snippets in the issue, use Markdown code blocks.

  • Describe the behavior you observed after following the steps and point out what exactly is the problem with that behavior.

  • Jelaskan perilaku mana yang Anda harapkan sebagai gantinya dan mengapa?

  • Include screenshots and animated GIFs which show you following the described steps and clearly demonstrate the problem. You can use this tool to record GIFs on macOS and Windows, and this tool or this one on Linux.

  • If the problem is related to performance, please post your machine's specs (host and guest machine).

  • If the problem wasn't triggered by a specific action, describe what you were doing before the problem happened and share more information using the guidelines below.

Sertakan detil tentang konfigurasimu dan lingkungannya:

  • Which version of ODM are you using? A stable release? a clone of master?

  • What's the name and version of the OS you're using?

  • Are you running ODM in a virtual machine or Docker? If so, which VM software are you using and which operating systems and versions are used for the host and the guest?

Template For Submitting Bug Reports

[Short description of problem here]

**Reproduction Steps:**

1. [First Step]
2. [Second Step]
3. [Other Steps...]

**Expected behavior:**

[Describe expected behavior here]

**Observed behavior:**

[Describe observed behavior here]

**Screenshots and GIFs**

![Screenshots and GIFs which follow reproduction steps to demonstrate the problem](url)

**ODM version:** [Enter ODM version here]
**OS and version:** [Enter OS name and version here]

**Additional information:**

* Problem started happening recently, didn't happen in an older version of ODM: [Yes/No]
* Problem can be reliably reproduced, doesn't happen randomly: [Yes/No]
* Problem happens with all datasets and projects, not only some datasets or projects: [Yes/No]

Pull Requests

  • Include screenshots and animated GIFs in your pull request whenever possible.

  • Ikuti Panduan Gaya Python PEP8

  • End files with a newline.

  • Hindari kode yang bergantung kepada platform:
    • Use require('fs-plus').getHomeDirectory() to get the home directory.

    • gunakan path.join() untuk menggabungkan nama berkas.

    • Use os.tmpdir() rather than /tmp when you need to reference the temporary directory.

  • Using a plain return when returning explicitly at the end of a function.
    • Not return null, return undefined, null, or undefined

Learn to edit and help improve this page!