You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

830 B

Contributing

If you want to contribute to the linux-insides, you can do it with following simple rules:

  1. Press fork button:

fork

  1. Clone the repo from your account with:
git clone git@github.com:your_github_username/linux-insides.git
  1. Create branch with:
git checkout -b "linux-bootstrap-1-fix"

And make your changes.

IMPORTANT

Please, do 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 doensn't conflict with master.

Thank you.