Skip to content

Commit a5f8384

Browse files
authoredJan 19, 2025
Create CONTRIBUTION.md
1 parent b4d5dd1 commit a5f8384

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
 

‎CONTRIBUTION.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# 🤝 Contributing to 3D Bricks Slider Game
2+
3+
Thank you for your interest in contributing to the **Basic JavaSript Programs**! We appreciate your help in making this project better. 💪
4+
5+
## 📚 How to Contribute
6+
7+
1. **Fork the Repository** 🍴
8+
- Click on the "Fork" button at the top right of the repository page.
9+
10+
2. **Clone Your Fork**
11+
`git clone https://github.com/mmabiaa/basic-javascript-program.git`
12+
13+
14+
3. **Create a New Branch** 🌿
15+
`git checkout -b feature/YourFeatureName`
16+
17+
18+
4. **Make Changes** ✏️
19+
- Implement your feature or fix a bug.
20+
21+
5. **Commit Your Changes** 💾
22+
`git commit -m "Add your commit message here"`
23+
24+
25+
6. **Push Your Changes** 🚀
26+
`git push origin feature/YourFeatureName`
27+
28+
29+
7. **Create a Pull Request** 🔄
30+
- Go to the original repository and click on "New Pull Request."
31+
32+
## 📝 Guidelines
33+
34+
- Ensure your code adheres to our coding standards.
35+
- Write clear, concise commit messages.
36+
- Update documentation as needed.
37+
- Test your changes thoroughly before submitting a pull request.
38+
39+
Thank you for contributing! 🌟

0 commit comments

Comments
 (0)
Please sign in to comment.