Merge pull request #50 from github/contributing

Added CONTRIBUTING file
This commit is contained in:
Justin Spahr-Summers 2012-11-15 15:35:11 -08:00
Родитель 2fb6af31ae 0cf60b3bc9
Коммит ea9d661b08
2 изменённых файлов: 23 добавлений и 6 удалений

23
CONTRIBUTING.md Normal file
Просмотреть файл

@ -0,0 +1,23 @@
We love that you're interested in contributing to this project!
To make the process as painless as possible, we have just a couple of guidelines
that should make life easier for everyone involved.
## Prefer Pull Requests
If you know exactly how to implement the feature being suggested or fix the bug
being reported, please open a pull request instead of an issue. Pull requests are easier than
patches or inline code blocks for discussing and merging the changes.
If you can't make the change yourself, please open an issue after making sure
that one isn't already logged.
## Contributing Code
Fork this repository, make it awesomer (preferably in a branch named for the
topic), send a pull request!
All code contributions should match our [coding
conventions](https://github.com/github/objective-c-conventions).
Thanks for contributing! :boom::camel:

Просмотреть файл

@ -8,12 +8,6 @@ This framework is very much a work in progress at the moment, and should be cons
To start building the framework, clone this repository and then run `git submodule update --init --recursive`. This will automatically pull down any dependencies.
## Contributing
Fork this repository, make it awesomer (preferably in a branch named for the topic), send a pull request!
All contributions should match our [coding conventions](https://github.com/github/objective-c-conventions).
## License
Rebel is released under the MIT license. See [LICENSE.md](https://github.com/github/Rebel/blob/master/LICENSE.md).