Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 2.77 KB

CONTRIBUTING.md

File metadata and controls

81 lines (51 loc) · 2.77 KB

CONTRIBUTING.md

Welcome Contributors! 👋

We're delighted that you're interested in contributing to our project! This document provides guidelines to ensure a smooth contribution process for everyone involved.

Table of Contents

Code of Conduct

This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.

Getting Started

If you're new to the project, consider:

  • Reading the project's README for an overview.
  • Checking the issues labeled as good first issue for an easy entry point.

Reporting Bugs

Please follow the bug report template provided in BUG_REPORT_TEMPLATE.md. Include terminal and console logs for a comprehensive report.

Feature Requests

We love to hear your ideas! Open an issue with the tag feature request and provide a clear and detailed explanation of the feature and its benefits.

Submitting Changes

Before making any changes, please:

  1. Open a new issue discussing your proposed change.
  2. Fork the repository and make your changes in a new branch.

Setting Up Your Environment

To set up the development environment for this project, you'll need to:

  1. Install Node.js, Vite, and Vue3.
  2. Clone the repository.
  3. Run npm install to install dependencies.
  4. Follow the instructions for Docker and Vercel deployment in our documentation if necessary.

Testing

Ensure that all tests pass and, if applicable, add new tests for your changes. Run npm test to execute tests.

Pull Request Guidelines

When you're ready to submit your changes:

  1. Rebase your branch to the latest main branch.
  2. Ensure your changes adhere to the coding standards and guidelines.
  3. Submit a pull request with a clear description of your changes.

Code Review Process

The project maintainers will review your pull request. They might request changes or provide feedback before merging.

Community and Support

Join our community channels (link your channels here) for support and discussions.

Thank You! 👏

Your contributions are what make this community great. We appreciate your efforts in making this project better!