Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.54 KB

Contributing.md

File metadata and controls

37 lines (18 loc) · 1.54 KB

Collaboration Guidelines

Anyone is welcome to collaborate on all projects in this organization.

We aim to be a community in which anyone can participate regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).­

Issues

Please attempt to search for existing issues before filing a new one.

When creating an issue, try to clearly state how to reproduce the issue, and provide example code if possible. Doing so helps us help you! :)

Code Contributions

Try to provide tests when you can; following our concise style guide also helps us.

However, we don't usually require that you do these things. Doing so only helps us help you get your contributions in. We regularly patch up things such as style nits in commits so that new contributors don't have to worry about those.

All code contributed is and will be MIT Licensed.

Code of Conduct

Until we have an official Code of Conduct, we will act against public and private harassment according to any of the following codes as we best see fit to resolve the situation and bring safety to our community:

tl;dr: Be respectful. Abusive behavior is never tolerated.

Notes

These contribution guidelines are borrowed from jshttp template, which is released into the public domain.