merge remote-tracking branch 'lunacodes/contrib-issues'

This commit is contained in:
Zack M. Davis 2016-04-07 21:39:08 -07:00
commit 86db5e33ff
2 changed files with 5 additions and 1 deletions

View File

@ -68,3 +68,4 @@
* Johnathon Mlady <john@digitalvectorz.com>
* Andrew Savchyn <dev@scorpil.com>
* Lev Kravinsky <kravinskylev@gmail.com>
* Luna Lunapiena <lunacodes@gmail.com>

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`_ 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`_)
- All incoming features should be accompanied with tests.
@ -91,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/)