Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.25 KB

File metadata and controls

30 lines (23 loc) · 2.25 KB

How to contribute

Thanks for wanting to contribute! Keep in mind that this is a personal hobby project, but if you find a way to make it better I'll likely find it useful too!

Did you find a bug?

  1. Check that no one else has already reported the bug.
  2. Open a bug report. Please include all of the requested information in the bug report template to give us the best chance of reproducing your issue.

Do you have a change you would like merged?

  1. Ensure that your changes will pass by running either ./npm or npm run clean-verify on your machine.
  2. Open pull request with your change. Please include all of the requested information in the pull request template.

Do you have a feature request?

  1. Check that no one else has already requested that feature.
  2. Open a feature request. Please include all of the requested information in the feature request template.

Do you have a question about the project?

Contribution Guidelines

  • All contributions should adhere to the project philosophies.
  • New functionality should include new tests.