Add Luna Lunapiena to AUTHORS

This commit is contained in:
Luna Lunapiena 2016-04-07 18:49:46 -04:00
parent a820d8ee39
commit 118ab9528c
2 changed files with 5 additions and 2 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,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/)