Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.14 KB

File metadata and controls

34 lines (20 loc) · 1.14 KB

Contributor Guide

Thank you for your interest in contributing! This guide provides an overview of the contribution process and links to the documentation you'll need to get started.

Before You Begin

Before making changes, ensure you have:

  • A GitHub account.
  • Git installed and configured.
  • A development environment set up using Jetify Devbox (see the Development Environment guide below).

Development Environment

To create a reproducible development environment, this project uses Jetify Devbox.

➡️ See the Development Environment guide for installation and setup instructions.

Development Workflow

The recommended development workflow, including building, testing, and running the project locally, is documented in the Development Guide.

Submitting Changes

  1. Create a branch for your changes.
  2. Make and test your changes.
  3. Commit your work with clear commit messages.
  4. Open a pull request describing your changes.

Code of Conduct

Please be respectful and constructive when participating in discussions and reviews.