Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 723 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 723 Bytes

Contributing

Thanks for contributing to porybox. To keep things organized, please follow these guidelines:

Bugs/Issues

To report a bug with porybox, create a GitHub issue for it. Please try to include any information that might be relevant (e.g. What browser are you using? What did you expect to happen?)

Adding features/code

To contribute code to porybox, make a pull request to the master branch. Please be sure that the linter passes without any warnings, and that all of the unit tests pass. You can check this by starting a local database server and running npm test. If you are submitting a new feature or a bugfix, please also add test(s) for it.