1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
amix-vimrc-mirror/sources_non_forked/vim-go/.github/CONTRIBUTING.md

10 lines
497 B
Markdown
Raw Normal View History

2016-03-14 18:04:57 +08:00
Thanks for improving vim-go! Before you dive in please read the following:
1. Please read our
2017-05-26 17:30:32 +08:00
[Documentation](https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt), it might
2016-03-14 18:04:57 +08:00
have answers for your problem
2. If you add a new feature please don't forget to update the documentation:
2017-05-26 17:30:32 +08:00
[doc/vim-go.txt](https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt.
2016-03-14 18:04:57 +08:00
3. If it's a breaking change or exceed +100 lines please open an issue first
and describe the changes you want to make.