If you wish to contribute to nvim-config, you should:
- Create a fork on GitHub
- clone your fork to your local machine
- For ssh:
git clone git@github.com:YOUR_GITHUB_USERNAME/nvim-config.git ~/.config/nvim - For https:
git clone https://github.com/YOUR_GITHUB_USERNAME/nvim-config.git ~/.config/nvim
- cd into local directory of your forked nvim-config
cd ~/.config/nvim
- Create a new branch and change into the new branch
git checkout -b New_Branch
- Make yoour changes and make sure you only add the file that you made changes to before pushing with
git push --set-upstream origin New_Branch
- Go to your github forked repo page on your web browser and create your pull request