Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
First off, thank you for considering contributing to World-Clockify! Your help is greatly appreciated.
Fork the repository by clicking here -> Fork
Clone your forked repository to your local machine:
git clone https://github.com/your-username/world-clockify.git
cd world-clockify
Create a new branch for your feature or bug fix:
git checkout -b my-feature-branch
Make your changes to the codebase. Ensure your code follows the project's coding standards and passes all tests.
npm run format
npm run test
Commit your changes with a clear and concise commit message:
git add .
git commit -m "Description of your changes"
Push your changes to your forked repository:
git push origin my-feature-branch
Go to the original repository and create a pull request from your forked repository. Provide a clear description of your changes and why they are necessary.
Thank you for your interest in contributing to World-Clockify! Your contributions are what make this project great.