install.fairie/dotfiles/.vim/plugged/vim-go/.github/CONTRIBUTING.md
Git E2E Dev Test Username 630be49632 git subrepo clone (merge) https://github.com/fatih/vim-go.git ./dotfiles/.vim/plugged/vim-go
subrepo:
  subdir:   "dotfiles/.vim/plugged/vim-go"
  merged:   "22b2273cf"
upstream:
  origin:   "https://github.com/fatih/vim-go.git"
  branch:   "master"
  commit:   "22b2273cf"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-10-18 10:37:40 -04:00

671 B

Thanks for improving vim-go! Before you dive in please read the following:

  1. Please read our Documentation, it might have a solution to your problem.
  2. If you add a new feature then please don't forget to update the documentation: doc/vim-go.txt.
  3. If it's a breaking change or exceeds 100 lines of code then please open an issue first and describe the changes you want to make.
  4. See :help go-development for instructions on how to run and write tests. If you add a new feature be sure you also include a test if feasible.