Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 926 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 926 Bytes

Contributing to vimtutor-sequel

Thank you for considering contributing to vimtutor-sequel! We welcome contributions from everyone.

How to Contribute

  1. Fork the Repository: Click the "Fork" button at the top of this repository to create your own fork.

  2. Clone the Repository: Clone your fork to your local machine using:

    git clone https://github.com/micahkepe/vimtutor-sequel.git
  3. Create a Branch: Create a new branch for your contribution:

    git checkout -b your-branch-name
  4. Make Changes: Make your changes to the project.

  5. Commit Changes: Commit your changes to your branch:

    git commit -am 'Add some feature'
  6. Push Changes: Push your changes to your fork:

    git push origin your-branch-name
  7. Submit a Pull Request: Submit a pull request from your branch to the main branch of this repository.