Thank you for considering contributing to our Rust codes and documentation repository! We welcome all contributions, whether it’s fixing bugs, adding new features, improving documentation, or any other enhancements.
Fork the repository to your own GitHub account by clicking the “Fork” button at the top right of the repository page.
Clone the forked repository to your local machine:
git clone https://github.com/SjxSubham/Leetcode.git
Create a new branch for your changes:
git checkout -b feature/your-feature-name
Make your changes in the new branch. Ensure your code follows the project’s coding standards and passes all tests.
Commit your changes with a clear and descriptive commit message:
git add .
git commit -m "Add detailed description of your changes"
Push your changes to your forked repository:
git push origin feature/your-feature-name
Create a pull request from your branch to the main repository. Provide a detailed description of your changes and any relevant information.
Please read and follow our Code of Conduct to ensure a welcoming and inclusive environment for everyone.
If you encounter any issues or have suggestions for improvements, please open an issue in the repository. Provide as much detail as possible to help us understand and address the problem.
Thank you for your contributions! HAPPY HACKTOBER...