From a820d8ee39f484cd4680a95224f74c0d97968bbc Mon Sep 17 00:00:00 2001 From: Luna Lunapiena Date: Thu, 7 Apr 2016 18:46:36 -0400 Subject: [PATCH 1/2] Add links for Fork A Repo and Git Guide in CONTRIBUTING.rst --- CONTRIBUTING.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index cda9c49..f31e9b0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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. From 118ab9528c5802f4adaad408efea6bcf8f328e8e Mon Sep 17 00:00:00 2001 From: Luna Lunapiena Date: Thu, 7 Apr 2016 18:49:46 -0400 Subject: [PATCH 2/2] Add Luna Lunapiena to AUTHORS --- AUTHORS | 1 + CONTRIBUTING.rst | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 43f7ee5..e4a45bc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -68,3 +68,4 @@ * Johnathon Mlady * Andrew Savchyn * Lev Kravinsky +* Luna Lunapiena diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f31e9b0..01ba87a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -6,9 +6,9 @@ helps in making Hy more awesome. Pull requests are great! We love them; here is a quick guide: -- [Fork the repo](https://help.github.com/articles/fork-a-repo/) and create a topic branch for a feature/fix. Avoid +- `Fork the 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/)) + (If you're new to Git: `Start Here`_) - All incoming features should be accompanied with tests. @@ -92,3 +92,5 @@ http://contributor-covenant.org/version/1/1/0/. .. _Contributor Covenant: http://contributor-covenant.org .. _issue tracker: https://github.com/hylang/hy/issues +.. _Fork the Repo: https://help.github.com/articles/fork-a-repo/ +.. _Start Here: http://rogerdudler.github.io/git-guide/) \ No newline at end of file