Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 1.15 KB

Contributing

Here are the ways to get involved with this project:

Submitting issues

Before submitting your issue, make sure it has not been mentioned earlier. You can search through the existing issues.


Contributing code

Found a bug you can fix? Fantastic! Patches are always welcome.


Git Workflow

  1. Fork the repo and create a feature/patch branch off main
  2. Work locally adhering to coding standards
  3. Run npm run lint
  4. Make sure the app builds locally with npm run build
  5. Push your code, open a PR, and fill out the PR template
  6. After peer review, the PR will be merged back into main
  7. Repeat ♻️

Your PR must pass automated assertions and pass a peer review before it can be merged.


Legal Stuff

This repo is maintained by Greg Rickaby. By contributing code you grant its use under the GPL 2.0.