Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 910 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 910 Bytes

Contributing

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

  1. Press fork button:

    fork

  2. Clone the repo from your account with:

    git clone git@github.com:your_github_username/linux-insides.git
    
  3. Create branch with:

    git checkout -b "linux-bootstrap-1-fix"
    
  4. Make your changes.

  5. Don't forget to add yourself in contributors.md

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 doesn't conflict with master.

Thank you.