Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.29 KB

File metadata and controls

25 lines (15 loc) · 1.29 KB

Contribution Guide for this Repository

We welcome contributions to this repository 📁 from the community. If you would like to contribute, please follow these guidelines 📑:

  1. Fork the repository 📁 and clone it to your local machine.

  2. Create a new branch for the changes you want to make.

  3. Make your changes and commit them to your local branch.

  4. Push your changes to your fork of the repository.

  5. Submit a Pull Request to the main repository 📁. In the pull request, describe the changes you have made and the problem that you are solving.

  6. Ensure that your pull request adheres to the following guidelines:

    • Follow the same coding style as the existing code.
    • Keep the pull request as small as possible. If you have multiple unrelated changes, please submit them in separate pull requests.
    • Do not introduce new dependencies without a good reason.
    • Test your changes thoroughly.
  7. Be patient. It can take some time for your pull request to be reviewed.

  8. After your pull request is merged, you can safely delete your branch and pull the changes from the main (upstream) repository 📁.

Thank you ❤ for your contribution! Your help is greatly appreciated and helps make this repository 📁 even more valuable for the community.