Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 819 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 819 Bytes

Contributing

I'd love to see your ideas for improving this bot.

Pull requests

The best way to contribute is by submitting a pull request. I'll do my best to respond to you as soon as possible.

Issues

If you find a bug or you have a suggestion create an issue.

Comment everything

Every line of the project must to be commented.

Writing code

Please follow Ray Wenderlich - Swift Style Guide codestyle. Comment every public methods, properties, classes. Make commits as atomic as possible with understandable comment. If you are developing feature or fixing a bug, please mention the issue number (e.g. #1) in commit text.

Test everything

Add tests for every added function. The aim is to have 100% of code coverage.