Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.15 KB

CONTRIBUTING.md

File metadata and controls

59 lines (41 loc) · 2.15 KB

Contributing to ShoplyJS

We love open-source contributions! Whether you're fixing a bug, adding a new feature, or improving documentation, we appreciate your help in making ShoplyJS better. This guide will help you get started with contributing to the ShoplyJS project.

Table of Contents

Code of Conduct

Please review and follow our Code of Conduct. We are committed to maintaining a respectful and inclusive environment for all contributors.

How to Contribute

Reporting Issues

If you find a bug, have a feature request, or encounter any other issues, please open an issue in the repository. Be sure to include as much detail as possible:

  • Steps to reproduce the issue (if applicable)
  • Expected and actual behavior
  • Version of ShoplyJS you're using
  • Your environment details (browser, OS, etc.)

Submitting Pull Requests

If you'd like to contribute code, follow these steps:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your changes (git checkout -b feature-name).
  3. Make your changes and write meaningful commit messages.
  4. Run the tests and ensure everything works as expected.
  5. Push your changes to your fork (git push origin feature-name).
  6. Create a pull request to the main branch of the ShoplyJS repository.
  7. Ensure your pull request adheres to the coding guidelines.

We will review your pull request and get back to you as soon as possible. If we need any changes, we'll provide feedback.

Development Setup

Prerequisites

  • Node.js (version >=x.x.x)
  • npm or yarn (depending on your preference)

Setup

  1. Clone the repository:
    git clone https://github.com/<your-org>/shoplyjs.git
    cd shoplyjs