Thank you for your interest in contributing to this project! Your contributions are valuable and greatly appreciated. Before you start contributing, please take a moment to review the guidelines outlined below.

🐛Bug Reports and Feature Requests

If you encounter any bugs, issues, or have suggestions for new features or improvements, we encourage you to report them. To create a new issue, please follow these steps:

  1. Go to the Issues section of this repository.
  2. Click on the "New Issue" button.
  3. Provide a clear and descriptive title for the issue.
  4. In the issue description, please include the following details:
  5. Click on the "Submit new issue" button to create the issue.

✨Making Changes

If you would like to contribute code changes or new features, please follow these steps:

  1. Fork this repository to your own GitHub account.
  2. Clone the forked repository to your local machine.
  3. Install the necessary dependencies by running the following command:
$ npm install
  1. Make your desired changes or additions to the codebase.
  2. Test your changes to ensure they do not introduce any new issues.
  3. Commit your changes with descriptive commit messages.
  4. Push your branch to your forked repository.
  5. Go to the original repository on GitHub and create a new pull request.
  6. Provide a clear and descriptive title for your pull request.