Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 927 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 927 Bytes

How to Contribute

  1. Fork the repository and add create your branch from master.
  2. Clone this repository using the following command.
git clone [forked repo url]
  1. Add upstream using the following command.
git remote add upsteam [this repo url]
  1. Create your branch from master
  2. Ensure your code adheres to the existing style and standards.
  3. Make sure your commits are descriptive and well-documented.
  4. Issue a pull request, clearly explaining the changes you've made.

Reporting Bugs

If you encounter a bug or problem, please open an issue in the repository with a detailed description.

Pull Request Guidelines

  • Ensure any new dependencies are documented in the README.
  • Update the documentation where necessary.
  • Follow the coding style and naming conventions.
  • Make sure your commits represent logical units of work.

Thank you for your contributions!