Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

49 lines (29 loc) · 1.47 KB

Contributing to And Voila

Welcome

Interested in contributing? Great! This guide helps you start things off right.

Code of Conduct

Please read our Code of Conduct for expected behavior.

Contribution Types

Bug Reports

Found a bug? First, see if it's in issues. If not, report it here.

Features and Enhancements

Got a feature idea? Check issues first. If it's new, suggest it here.

Documentation

See a doc error? Help us fix it.

Dev Setup

  1. Fork Repo: Fork the repo to your GitHub.
  2. Clone Fork: Clone the fork to your machine.
  3. Install Dependencies: Run pnpm install.
  4. New Branch: Create a branch for your changes.

Pull Requests

  1. Commit Changes: Stage and commit your work.
  2. Push to GitHub: Push changes to your fork.
  3. Create Pull Request: Open a PR in the original repo.

Your PR should include:

  • Descriptive title
  • Detailed description
  • Linked issue (if any)

Resources

Thanks for your interest in contributing to And Voila.