Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

32 lines (18 loc) · 1.27 KB

Contributing to juvo

Thank you for taking the time to contribute! Guidelines below are meant to help you along the way. All contributions are welcome, including ideas, tweaks and more.

Code of Conduct

This project is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.

Proposing a change

Before making a non-trivial change, please discuss through issues.

Development process

Keep the scope of each pull request to one specific feature or fix.

Prequisites

Workflow

  1. Clone a fork of the 'main' branch and set up all the required dependencies via pnpm install
  2. Make changes to the codebase, running pnpm dev to see them in action
  3. Open a new pull request, referencing related issues when available

License

As a collaborator, you agree to license your contributions under the project's MIT license.