Odesílání rychlých oprav dokumentů¶
For small changes to a document, it's actually very easy for anyone to submit changes without going through the whole process of raising a JIRA issue against DHIS 2. This can be done directly in GitHub and requires no knowledge of git. All you need is a GitHub account!.
Tato část je zamýšlena jako návod k provedení jednoduchých změn.
Kontrola překlepů¶
In this scenario, we are reading the documentation and find a typo (the word manditory should be mand**a**tory):

This is in the chapter on "Using the Capture app" in the DHIS 2 User Manual. We want to fix this, so...
- Přihlásíme se na GitHub: https://github.com/dhis2/dhis2-docs
Pokud nemáte účet, klikněte na odkaz Sign up na webu GitHub (public accounts are free) 
-
Nyní musíme v GitHubu najít kapitolu, kterou chceme změnit. Jednoduše přejdeme na stránku s dokumentací DHIS2, kterou chceme změnit, a posuneme se na začátek stránky. Na pravé straně nad hlavním obsahem je ikona upravit (tužka). U stránek s více verzemi vybereme před úpravou tu, kterou chceme; zde jsme vybrali
masterverzi.
Stránka na webu dokumentace -
Kliknutím na ikonu upravit na webu dokumentů se dostaneme přímo k příslušnému souboru na GitHubu.

Kapitola o aplikaci Capture na GitHubu -
Odtud můžeme zvolit úpravu souboru (ikona tužky). Zobrazí se panel úprav:
Here we have found and highlighted the offending word!

Edit Don't worry about the blue warning at the top that says we don't have write access to the file!
Pokud chceme, můžeme provést změnu a zobrazit její náhled na kartě
Náhled změn. Here is the preview:
Preview -
Finally we can submit our change as a Pull Request (PR). We add a title for the change (and an optional description) and click
Propose file change
Submit the change a. We see a summary of our changes and click
Create pull request:
Submit the change -
Vše hotovo!
A pull request is now in the system, which can be easily reviewed and accepted by the DHIS 2 team. 
Po přijetí se změna objeví v dalším sestavení dokumentace!