Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

26 lines (14 loc) · 1.17 KB

Contributing to Bunk

👍🎉 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.

Code of Conduct

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].

Style Guide

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.

Unit Tests

Make sure your code compiles and all unit tests pass before creating a pull request.

Pull Requests/Issues

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.