!
zotlabs.org | ContributeI would like to help working on the documentation, and eventually help with the German translation, but I need help getting started.
I figured out which files to edit locally. I made two local changes two /doc/admin/administrator_guide.md, both based on @
Mario Vavti's
announcement of the 4.0 release:
- I changed the minimum PHP version to 7.1
- I changed the section about SSL from being the recommended option to being a requirement
I then ran
util/importdoc
, and the changes are now live on my site at
https://hub.lazyteddy.eu/help/admin/administrator_guide .
Now, how do I get those changes up for review? My experience with git is limited to
git clone ...
and
git pull
, basically.
Does anybody know a good, basic getting started guide for git?