-
Fork the Repository:
- Click the "Fork" button on the top right of this repository.
-
Clone your Fork:
- Clone the repository to your local machine:
git clone https://github.com/Pavith19/HackerRank-30-Days-of-Code-Solutions.git
- Clone the repository to your local machine:
-
Create a New Branch:
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
- Create a new branch for your feature or bug fix:
-
Make Changes:
- Implement your changes and ensure they work as expected.
-
Commit Changes:
- Commit your changes with a descriptive commit message:
git commit -m "Add your descriptive commit message here"
- Commit your changes with a descriptive commit message:
-
Push Changes:
- Push your changes to your forked repository.
git push origin feature/your-feature
- Push your changes to your forked repository.
-
Open a Pull Request:
- Open a pull request on the original repository.
- Provide a descriptive title and explanation of your changes.
- Follow the project's coding standards.
- Include relevant tests for your changes.
- Update the documentation if needed.
- Ensure your branch is up-to-date with the main branch before submitting the pull request.
- Open an issue for bug reports, feature requests, or general feedback.
- Follow the issue template for faster resolution.
Thank you for contributing to the Project!