I6 - Adding developer environment setup instructions #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "paulj/hpr_documentation:adding-developer-setup-information"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a document explaining how to setup a local developer environment and how to contribute code.
@ -0,0 +12,4 @@
2. Go to your terminal on your computer, and clone the HPR repository
locally:
````
$ git clone gitea@repo.anhonesthost.net:[YOUR_USER]/hpr_documentation.git
should this point to gitea@repo.anhonesthost.net:HPR/hpr_documentation.git
not
gitea@repo.anhonesthost.net:[YOUR_USER]/hpr_documentation.git
so that when you pull origin that you are getting the latest from the HPR repo, and then set upstream to your cloned repo?
You are right - I have amended the pull request accordingly.
bc294d8403
to466e11f245
Add it to or include the link to the document at the end of developer_information.md.