Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.03 KB

CONTRIBUTION.md

File metadata and controls

39 lines (23 loc) · 1.03 KB

🤝 Contributing to 3D Bricks Slider Game

Thank you for your interest in contributing to the Basic JavaSript Programs! We appreciate your help in making this project better. 💪

📚 How to Contribute

  1. Fork the Repository 🍴

    • Click on the "Fork" button at the top right of the repository page.
  2. Clone Your Fork git clone https://github.com/mmabiaa/basic-javascript-program.git

  3. Create a New Branch 🌿 git checkout -b feature/YourFeatureName

  4. Make Changes ✏️

  • Implement your feature or fix a bug.
  1. Commit Your Changes 💾 git commit -m "Add your commit message here"

  2. Push Your Changes 🚀 git push origin feature/YourFeatureName

  3. Create a Pull Request 🔄

  • Go to the original repository and click on "New Pull Request."

📝 Guidelines

  • Ensure your code adheres to our coding standards.
  • Write clear, concise commit messages.
  • Update documentation as needed.
  • Test your changes thoroughly before submitting a pull request.

Thank you for contributing! 🌟