Fix links, inline code and typos in the contribution guide

This commit is contained in:
Olli 2018-09-02 10:05:37 +00:00
parent f84d878acd
commit e318194274
1 changed files with 4 additions and 4 deletions

View File

@ -11,12 +11,12 @@ Create an account on GitLab.com or use your already existing account. Fork this
h2. Contributing via Email
To contribute via email, first clone this repository to your local harddrive. After adding changes to your local copy you have to options to send them back to this repository: as patch or as Pull Request
To contribute via email, first clone this repository to your local harddrive. After adding changes to your local copy you have two options to send them back to this repository: as patch or as Pull Request
h3.Email Patch
h3. Email Patch
To send a patch with your changes, use gits `send-email` option as explained in section "Public Project over Email":https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project#_project_over_email of the "Git Pro Book":https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project. You will find the email address at "suruatoel.xyz":https://www.suruatoel.xyz.
To send a patch with your changes, use gits @send-email@ option as explained in "Public Project over Email":https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project#_project_over_email of section "5.2 Distributed Git - Contributing to a Project":https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project of the "Git Pro Book":https://git-scm.com/book/en/v2/. You will find the email address at "suruatoel.xyz":https://www.suruatoel.xyz.
h3. Email Pull Request
Sending a Pull Request via email requires to publish your copy of the repository that includes your changes at a publicly available URL (it is your responsibility to choose a trusted host). The email with your Pull Request will contain a link to the public repository which can be used to pull your changes from. For more details, please take a look at section "Forked Public Project":https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project#_public_project of the "Git Pro Book":https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project.
Sending a Pull Request via email requires to publish your copy of the repository (that includes your changes) at a publicly available URL (it is your responsibility to choose a trusted host). Then use gits @request-pull@ command to send an email with your pull request. The email will contain a link to the public repository which can be used to pull your changes from. You will find the email address at "suruatoel.xyz":https://www.suruatoel.xyz. For more details, please take a look at "Forked Public Project":https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project#_public_project of section "5.2 Distributed Git - Contributing to a Project":https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project of the "Git Pro Book":https://git-scm.com/book/en/v2.