Skip to content

Commit 9103899

Browse files
committed
Improved CONTRIBUTING.md
1 parent 64b0d27 commit 9103899

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CONTRIBUTING.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,31 @@ Contributing
33

44
If you want to contribute to [linux-insides](https://github.com/0xAX/linux-insides), please follow these simple rules:
55

6-
1. Press fork button:
6+
1. Press the fork button:
77

88
![fork](http://oi58.tinypic.com/jj2trm.jpg)
99

10-
2. Clone the repo from your account with:
10+
2. Clone the repository from your account with:
1111

1212
```
1313
git clone [email protected]:your_github_username/linux-insides.git
1414
```
1515
16-
3. Create branch with:
16+
3. Create a new branch with:
1717
1818
```
1919
git checkout -b "linux-bootstrap-1-fix"
2020
```
21+
You can name it however you want.
2122
2223
4. Make your changes.
2324
24-
5. Don't forget to add yourself in `contributors.md`
25+
5. Don't forget to add yourself in `contributors.md`.
26+
27+
6. Commit and push your changes, then make a pull request from Github.
2528
2629
**IMPORTANT**
2730
28-
Please, make the actual changes. While you made your changes, I can merge changes from somebody else and your changes can conflict with `master` branch content. Please rebase on master every time before you're going to push your changes and check that your branch doesn't conflict with `master`.
31+
Please, don't forget to update your fork. While you made your changes, the content of the `master` branch can change because other pull requests were merged and it can create conflicts. This is why you have to rebase on `master` every time before pushing your changes and check that your branch doesn't have any conflicts with `master`.
2932
3033
Thank you.

0 commit comments

Comments
 (0)