Thank you for considering contributing to vimtutor-sequel
! We welcome contributions from everyone.
-
Fork the Repository: Click the "Fork" button at the top of this repository to create your own fork.
-
Clone the Repository: Clone your fork to your local machine using:
git clone https://github.com/your-username/vimtutor-sequel.git
-
Create a Branch: Create a new branch for your contribution:
git checkout -b your-branch-name
-
Make Changes: Make your changes to the project.
-
Commit Changes: Commit your changes to your branch:
git commit -am 'Add some feature'
-
Push Changes: Push your changes to your fork:
git push origin your-branch-name
-
Submit a Pull Request: Submit a pull request from your branch to the
main
branch of this repository.