Thank you for considering contributing to Algorithms Universe! Your contributions help make this project better for everyone. Here are some guidelines to get you started:
- Fork the repository to your GitHub account.
- Clone your forked repository to your local machine.
git clone https://github.com/mutasim77/Algorithms-Universe.git
Create a new branch for your contribution.
git checkout -b feature/your-feature
- Explore the repository and choose the algorithm(s) you want to work on.
- Make your changes or improvements to the selected algorithm or documentation.
Before submitting your contribution, ensure that your changes work as expected.
- Commit your changes with a descriptive commit message.
git commit -m "Add feature: your-feature"
- Push your changes to your forked repository.
git push origin feature/your-feature
- Go to the original repository on GitHub.
- Click on the "Pull Requests" tab.
- Click the "New Pull Request" button.
- Choose the branch with your changes.
- Describe your changes in the pull request and provide any necessary context.
- Submit the pull request.
Once your pull request is submitted, it will undergo a review. Be open to feedback and address any comments or suggestions made by maintainers or contributors.
Once your contribution is accepted, it will be merged into the main repository. Congratulations, and thank you for your contribution to Algorithmm Universe! ❤️🔥
Happy coding! 🚀🎨