Přeskočit obsah
For the complete DHIS2 documentation index, see llms.txt.

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):

Překlep v dokumentaci aplikace Capture

This is in the chapter on "Using the Capture app" in the DHIS 2 User Manual. We want to fix this, so...

  1. 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)

GitHub sign in

  1. 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 master verzi.

    Stránka na webu dokumentace

  2. 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

  3. 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

  4. 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

  5. Vše hotovo!

A pull request is now in the system, which can be easily reviewed and accepted by the DHIS 2 team.

Submit the change

Po přijetí se změna objeví v dalším sestavení dokumentace!