File tree 1 file changed +39
-0
lines changed 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
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! 🌟
You can’t perform that action at this time.
0 commit comments