Thank you for considering contributing to the "50 Days of JavaScript" project! We welcome your contributions, whether it's adding new solutions or making modifications to existing ones. Please take a moment to review the guidelines below before submitting your contribution.
- Fork the repository on GitHub.
- Make your changes and test them thoroughly.
- Commit your changes.
- Push your changes to your forked repository.
- Create a new JavaScript file in same day folder by following the naming convention, where the number represents the corresponding day of the exercise (e.g., previous file name
findLargestNumber.js, new file namefindLargestNumber2.js). - Write your solution in the newly created file, ensuring it is correct and bug free.
- Test your solution to verify that it produces the expected results.
- Commit your changes and push them to your forked repository.
- Submit a pull request with a clear description of the exercise you solved.
- Locate the JavaScript file for the exercise you want to modify.
- Make the necessary changes to improve the solution or fix any issues.
- Test your modifications to ensure they work as intended.
- Commit your changes and push them to your forked repository.
- Submit a pull request with a clear description of the modifications you made.
- Fill out the pull request template with relevant information about your contribution.
- Ensure your code adheres to the project's guidelines and coding style.
- Respond to any feedback or changes requested by the project maintainers.
- Once your pull request is approved, it will be merged into the main repository.
Thank you for your contributions! We appreciate your efforts in making the "50 Days of JavaScript" project a valuable resource for learners worldwide.
Happy coding!