Add links for Fork A Repo and Git Guide in CONTRIBUTING.rst

This commit is contained in:
Luna Lunapiena 2016-04-07 18:46:36 -04:00
parent 22ddeba4b0
commit a820d8ee39
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ helps in making Hy more awesome.
Pull requests are great! We love them; here is a quick guide:
- Fork the repo and create a topic branch for a feature/fix. Avoid
- [Fork the repo](https://help.github.com/articles/fork-a-repo/) and create a topic branch for a feature/fix. Avoid
making changes directly on the master branch.
(If you're new to Git: [Start Here](http://rogerdudler.github.io/git-guide/))
- All incoming features should be accompanied with tests.