👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to Bunk. Use your best judgment, and feel free to propose changes to this document in a pull request.
This project and everyone participating in it is governed by the Bunk Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
All Java code must adhere to the Google Java Style Guide.
TLDR: Be respectful of whatever coding style is used in a file. If 4 spaces are being used for indentation, then you must also use 4 spaces.
Make sure your code compiles and all unit tests pass before creating a pull request.
Feel free to open new issues here: https://github.com/abhijitparida/bunk/issues
Don't make pull requests from your master
branch. Create a new branch for committing your changes.