Skip to content

Commit 8c0e594

Browse files
authored
Merge pull request #275 from TBorundia/main
Added Contributors page in README.md
2 parents 3719a74 + 0fd2df6 commit 8c0e594

File tree

1 file changed

+63
-44
lines changed

1 file changed

+63
-44
lines changed

README.md

+63-44
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
![Community](https://github.com/GameSphere-MultiPlayer/Physi-c-Tech/assets/98798977/e79af9da-814e-487e-8a9a-85947384d3b2)
22

33
# Physi-c-Tech 💻
4+
45
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.
56

67
<div align="center">
@@ -21,77 +22,95 @@ Welcome to the **Physi-c-Tech** project! We're building something amazing with l
2122
</div>
2223

2324
# How to Contribute 🟢
25+
2426
We’re excited to have you contribute to our project! Here’s how you can get started:
2527

2628
## Using the Command Line
2729

2830
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.
2931

3032
2. **Clone the repository to your local machine**:
31-
```bash
32-
git clone https://github.com/<your-github-username>/Physi-c-Tech
33-
```
34-
Replace `<your-github-username>` with your GitHub username.
35-
36-
4. **Go to Physi-c-Tech Folder**
37-
```
38-
cd Physi-c-Tech
39-
```
40-
41-
5. **Add a remote upstream to the original repository**: This ensures you can pull in changes from the main project.
42-
```bash
43-
git remote add upstream https://github.com/GameSphere-MultiPlayer/Physi-c-Tech/
44-
```
45-
46-
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.
33+
```bash
34+
git clone https://github.com/<your-github-username>/Physi-c-Tech
35+
```
36+
Replace `<your-github-username>` with your GitHub username.
37+
3. **Go to Physi-c-Tech Folder**
38+
39+
```
40+
cd Physi-c-Tech
41+
```
42+
43+
4. **Add a remote upstream to the original repository**: This ensures you can pull in changes from the main project.
44+
45+
```bash
46+
git remote add upstream https://github.com/GameSphere-MultiPlayer/Physi-c-Tech/
47+
```
48+
49+
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.
6976

7077
## Using GitHub Desktop
7178

7279
1. **Open GitHub Desktop** and log in to your GitHub account.
7380

7481
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.
7684

7785
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.
7988

8089
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.
8292

8393
5. **Push your changes**:
84-
- Click the "Push origin" button.
94+
95+
- Click the "Push origin" button.
8596

8697
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".
88100

89101
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".
91103

92104
**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.
93105

106+
# Project Contributors🫂
107+
108+
<a href="https://github.com/ChromeGaming/Physi-c-Tech/graphs/contributors">
109+
<img src="https://contrib.rocks/image?repo=ChromeGaming/Physi-c-Tech" />
110+
</a>
111+
94112
# Need Help?
113+
95114
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.
96115

97116
Thank you for your interest in contributing to **Physi-c-Tech**! Together, we can build something incredible. 🚀

0 commit comments

Comments
 (0)