.. include:: /../common/authors.txt

Commit your changesΒΆ

To commit your change to the Git-repo perform the following steps

  1. Open a command prompt and navigate to the folder containing the source code for the documentation
  2. Execute the following command
git pull
  1. Execute the following command
git commit -a -m "A description of your changes"
  1. Execute the following command
git push

You have now successfully contributed to this documentation. Thank you for your time and effort!