mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-11-01 04:29:39 +00:00
898 B
898 B
Contributing
If you want to contribute to linux-insides, please follow these simple rules:
-
Press fork button:
-
Clone the repo from your account with:
git clone git@github.com:your_github_username/linux-insides.git
-
Create branch with:
git checkout -b "linux-bootstrap-1-fix"
-
Make your changes.
-
Don't forget to add yourself in
contributors.md
IMPORTANT
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 everytime before you're going to push your changes and check that your branch doesn't conflict with master
.
Thank you.