You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the **Physi-c-Tech** project! We're building something amazing with love, brains, and responsibility. Our project aims to create a cutting-edge physics-based multiplayer game that combines fun and learning. Whether you're a seasoned developer or just starting, we would love for you to join us on this exciting journey.
5
6
6
7
<divalign="center">
@@ -21,77 +22,95 @@ Welcome to the **Physi-c-Tech** project! We're building something amazing with l
21
22
</div>
22
23
23
24
# How to Contribute 🟢
25
+
24
26
We’re excited to have you contribute to our project! Here’s how you can get started:
25
27
26
28
## Using the Command Line
27
29
28
30
1.**Fork the repository**: This creates a copy of the project in your GitHub account. Click the "Fork" button at the top right of this page.
6. **Create a new branch**: It's good practice to create a new branch for each feature or fix you work on.
47
-
```bash
48
-
git checkout -b <your-branch-name>
49
-
```
50
-
51
-
7. **Make changes to the source code**: Tweak, enhance, and improve!
52
-
53
-
8. **Add your changes**: Stage the files you want to include in your commit.
54
-
```bash
55
-
git add <file1> <file2> ...
56
-
```
57
-
58
-
9. **Commit your changes**: Write a meaningful commit message.
59
-
```bash
60
-
git commit -m "<your-commit-message>"
61
-
```
62
-
63
-
10. **Push your changes**: Send your changes to GitHub.
64
-
```bash
65
-
git push origin <your-branch-name>
66
-
```
67
-
68
-
11. **Create a pull request (PR)**: Go to your forked repository on GitHub and you’ll see a button to create a PR. Click it and submit your changes for review.
5.**Create a new branch**: It's good practice to create a new branch for each feature or fix you work on.
50
+
51
+
```bash
52
+
git checkout -b <your-branch-name>
53
+
```
54
+
55
+
6.**Make changes to the source code**: Tweak, enhance, and improve!
56
+
57
+
7.**Add your changes**: Stage the files you want to include in your commit.
58
+
59
+
```bash
60
+
git add <file1><file2> ...
61
+
```
62
+
63
+
8.**Commit your changes**: Write a meaningful commit message.
64
+
65
+
```bash
66
+
git commit -m "<your-commit-message>"
67
+
```
68
+
69
+
9.**Push your changes**: Send your changes to GitHub.
70
+
71
+
```bash
72
+
git push origin <your-branch-name>
73
+
```
74
+
75
+
10.**Create a pull request (PR)**: Go to your forked repository on GitHub and you’ll see a button to create a PR. Click it and submit your changes for review.
69
76
70
77
## Using GitHub Desktop
71
78
72
79
1.**Open GitHub Desktop** and log in to your GitHub account.
73
80
74
81
2.**Add your local repository**:
75
-
- Go to "File" > "Add Local Repository" and select your repository.
82
+
83
+
- Go to "File" > "Add Local Repository" and select your repository.
76
84
77
85
3.**Ensure you are on the correct branch**:
78
-
- Use the "Branch" menu to switch if necessary.
86
+
87
+
- Use the "Branch" menu to switch if necessary.
79
88
80
89
4.**Make and commit your changes**:
81
-
- Click the "+" button, make your changes, and enter a commit message.
90
+
91
+
- Click the "+" button, make your changes, and enter a commit message.
82
92
83
93
5.**Push your changes**:
84
-
- Click the "Push origin" button.
94
+
95
+
- Click the "Push origin" button.
85
96
86
97
6.**Create a pull request** on GitHub:
87
-
- Navigate to your fork of the repository and click "Compare & pull request".
98
+
99
+
- Navigate to your fork of the repository and click "Compare & pull request".
88
100
89
101
7.**Review and submit your pull request**:
90
-
- Add a title and description, then click "Create pull request".
102
+
- Add a title and description, then click "Create pull request".
91
103
92
104
**Note:** In order to create a pull request, you must have a fork of the original repository in your GitHub account and have made changes in that forked repository.
If you encounter any issues or have questions, feel free to open an issue in the repository or contact us directly. We’re here to help you get started and make meaningful contributions.
96
115
97
116
Thank you for your interest in contributing to **Physi-c-Tech**! Together, we can build something incredible. 🚀
0 commit comments