Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.56 KB

CONTRIBUTING.md

File metadata and controls

67 lines (39 loc) · 1.56 KB

Code of Conduct

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.

Contributing to World-Clockify

First off, thank you for considering contributing to World-Clockify! Your help is greatly appreciated.

How to Contribute

1. Fork the Repository

Fork the repository by clicking here -> Fork

2. Clone the Repository

Clone your forked repository to your local machine:

git clone https://github.com/your-username/world-clockify.git

cd world-clockify

3. Create a Branch

Create a new branch for your feature or bug fix:

git checkout -b my-feature-branch

4. Make Changes

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

5. Commit Your Changes

Commit your changes with a clear and concise commit message:

git add .
git commit -m "Description of your changes"

6. Push to Your Fork

Push your changes to your forked repository:

git push origin my-feature-branch

7. Create a Pull Request

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! ❤️

Thank you for your interest in contributing to World-Clockify! Your contributions are what make this project great.