Thank you for considering contributing to the JavaScript 100 Projects repository! Your contributions help make this project a valuable resource for everyone.
By participating in this project, you agree to uphold our Code of Conduct. Please treat everyone with respect and professionalism.
Click the Fork button at the top-right corner of the repository page to create a copy in your GitHub account.
git clone https://github.com/your-username/javascript-course.gitNavigate to the project directory:
cd javascript-courseCreate a branch for your contribution:
git checkout -b feature/your-feature-name- Follow the existing code structure.
- Ensure your code is clean and well-documented.
- Test your changes locally.
git add .
git commit -m "Add your feature description"Push your branch to your forked repository:
git push origin feature/your-feature-name- Go to the original repository.
- Click on New Pull Request.
- Choose your fork and branch.
- Provide a clear description of your changes.
Our team will review your PR, provide feedback, and, if everything looks good, merge your changes.
- Add new projects (Beginner, Intermediate, Advanced).
- Improve documentation.
- Fix bugs or optimize code.
- Suggest improvements to existing projects.
- Follow JavaScript best practices.
- Keep your pull requests focused on one feature or bugfix.
- Write clear commit messages.
- Use meaningful variable and function names.
Feel free to reach out via Discussions or open an issue.
By contributing, you agree that your contributions will be licensed under the MIT License.
Thank you for helping improve JavaScript 100 Projects! π»β¨