Merge pull request #43 from coreysnipes/publish

Adding page about requesting features
pull/45/head
Stephen Mather 2020-05-26 10:45:43 -04:00 zatwierdzone przez GitHub
commit 8875b6ee9d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
5 zmienionych plików z 38 dodań i 4 usunięć

Wyświetl plik

@ -14,9 +14,9 @@ copyright = '2020, OpenDroneMap'
author = 'OpenDroneMap'
# The short X.Y version
version = '0.9.9'
version = '0.9.10'
# The full version, including alpha/beta/rc tags
release = '0.9.9'
release = '0.9.10'
# -- General configuration ---------------------------------------------------

Wyświetl plik

@ -1,6 +1,6 @@
.. contributing
How to contribute
How To Contribute
=================
OpenDroneMap relies on community contributions. You can contribute in many ways, even if you are not a programmer.

Wyświetl plik

@ -1,4 +1,4 @@
Flying tips
Flying Tips
===========
The `Humanitarian OpenStreetMap team <https://www.hotosm.org/>`_ has guidelines on `flying for UAV mapping <https://uav-guidelines.openaerialmap.org/>`_:

Wyświetl plik

@ -37,6 +37,7 @@ Welcome to OpenDroneMap's documentation
resources
flying
multispectral
requesting-features
contributing
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/index.rst>`_

Wyświetl plik

@ -0,0 +1,33 @@
How To Request Features
=======================
All software needs user feedback and feature requests, to grow and maintain
alignment with the needs of its users.
OpenDroneMap is FOSS software. Free and open source (FOSS) projects are interesting
from the inside and outside: from the outside, successful ones feel like they should be able
to do anything, and its hard to know what a reasonable request is. From the inside of a
project, they can feel very resource constrained: largely by time, money, and opportunity
overload.
A feature request can be submitted as issues on the applicable Github repository (e.g.,
`WebODM <https://github.com/OpenDroneMap/WebODM/issues>`_ or `ODM <https://github.com/OpenDroneMap/ODM/issues>`_
or similar) or more simply as a discussion topic on `the community forum <https://community.opendronemap.org/>`_.
Try to start by searching these sources to see if someone else has already brought it up. Sometimes a feature is already in
the works, or has at least been discussed.
And importantly, the trick is to listen: if someone within the project says: "This is a big lift,
we need MONEY or TIME or SOMEONE TO HELP CODE IT" (or possibly a combination of the three)
then there are two answers that work really well in response:
*Ok. I didnt know it was a big feature request! I hope someone comes along with the necessary resources. As a community member, I would be happy to be an early user and tester!*
or
*Lets figure out if we can put together the resources to get this done! Heres what I can contribute toward it: …*
We are glad you are excited to see new features added to the project. Some new features need support,
and some are easier to implement. We'll do our best to help you understand where your request falls, and
we appreciate any support you can provide.
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/requesting-features.rst>`_