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!
- Check that no one else has already reported the bug.
- 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.
- Ensure that your changes will pass by running either
./npm
ornpm run clean-verify
on your machine. - Open pull request with your change. Please include all of the requested information in the pull request template.
- Check that no one else has already requested that feature.
- Open a feature request. Please include all of the requested information in the feature request template.
- Open a question issue.
- All contributions should adhere to the project philosophies.
- New functionality should include new tests.