Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 1.2 KB

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Setting up the project

To build the project it is required

Add them to your ~/.gradle/local.properties

   wykop.secretKey=""
   wykop.appKey=""
   wykop.googleKey=""

or set them as your Environment Variables. The project should compile without them though.

Submitting changes

Please create a pull requests and self-review it first on your own. Comment out at each non-trivial change, point at things you considered doing differently.

If you're introducing new feature - add at least simple test covering the simplest flow.
If you're fixing a bug - please do cover the broken functionality with a test.

Ignore codestyle - it should be already kept in place by automated tools 😉