Welcome to the JavaScript Mastery repository! We're thrilled that you're considering contributing.
- Fork the repository.
- Clone your forked repository:
git clone https://github.com/your-username/javascript-course.git
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Description of your changes"
- Push your changes to your fork:
git push origin feature/your-feature-name
- Open a pull request to the
main
branch of the original repository.
Please follow the code style guidelines outlined in the STYLE_GUIDELINES.md file.
If you encounter any issues or have suggestions, please create a new issue.
Thank you for contributing! 🙌