SnapKit/CONTRIBUTING.md

20 lines
1.2 KiB
Markdown
Raw Normal View History

2015-09-29 16:26:40 +08:00
# Contributing
2016-09-20 12:23:08 +08:00
## Communication
- If you **need help**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/snapkit). (Tag 'snapkit')
- If you'd like to **ask a general question**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/snapkit).
- If you **found a bug**, open an issue.
- If you **have a feature request**, open an issue.
- If you **want to contribute**, submit a pull request.
2015-09-29 16:26:40 +08:00
### Pull Requests
We gladly accept any PR's assuming they are well written, documented ( if necessary ) and preferably have test code. If you're unsure if we'll accept a new feature please open an issue requesting it and we can have a discussion before you code and submit a PR.
### Issues
Please use the issue tracker *strictly* for bugs you think are caused by a code issue in SnapKit. Were very busy and as a free open source library do not have the time to adequately help with questions that are more tutorial/training in nature and recommend using Stack Overflow and Google as alternatives.
2016-09-07 10:09:55 +08:00
Please do not be offended if we close your issue and reference this document. If you believe the issue is truly a fault in SnapKits codebase, re-open it.