- Fork the repository and add create your branch from
master
. - Clone this repository using the following command.
git clone [forked repo url]
- Add upstream using the following command.
git remote add upsteam [this repo url]
- Create your branch from
master
- Ensure your code adheres to the existing style and standards.
- Make sure your commits are descriptive and well-documented.
- Issue a pull request, clearly explaining the changes you've made.
If you encounter a bug or problem, please open an issue in the repository with a detailed description.
- 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!