Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 1.24 KB

Guidelines for contributing to this project

Any constructive contributions – bug reports, pull requests (code or documentation), suggestions for improvements, and more – are welcome.

Conduct

Everyone is asked to read and respect the code of conduct before participating in this project.

Coordinating work

A quick way to find out what is currently on people's plates and our near-term plans is to look at the GitHub issue tracker for this project, but the possibilities are not limited to what you see there – if you have ideas for new features and enhancements, please feel free to write them up as a new issue or contact the developers directly!

Submitting contributions

Please feel free to contact the author directly, or even better, jump right in and use the standard GitHub approach of forking the repo and creating a pull request. When committing code changes and submitting pull requests, please write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."