mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 10:49:37 +08:00
[update] CONTRIBUTING.md
This commit is contained in:
parent
3fa0e0ce0c
commit
d232ec08b9
|
@ -4,17 +4,15 @@ Contributions and pull requests are welcome. Please take note of the following
|
||||||
|
|
||||||
* Adhere to the existing style as much as possible; notably, 2 space indents and long-form keywords.
|
* Adhere to the existing style as much as possible; notably, 2 space indents and long-form keywords.
|
||||||
* Keep the history clean! Squash your branches before you submit a pull request. `pull --rebase` is your friend.
|
* Keep the history clean! Squash your branches before you submit a pull request. `pull --rebase` is your friend.
|
||||||
* Any changes to the core should be tested against Vim 7.2.
|
* Any changes to the core should be tested against Vim 7.4.
|
||||||
|
|
||||||
# Bugs
|
# Bugs
|
||||||
|
|
||||||
Tracking down bugs can take a very long time due to different configurations, versions, and operating systems. To ensure a timely response, please help me out by doing the following:
|
Tracking down bugs can take a very long time due to different configurations, versions, and operating systems. To ensure a timely response, please help me out by doing the following:
|
||||||
|
|
||||||
* Reproduce it with this [minivimrc][7] repository to rule out any configuration conflicts. Even better, create a `gist` of your vimrc that is compatible with [pathogen][11].
|
* the `:version` of vim
|
||||||
* And to make it easier to reproduce, please supply the following:
|
* the commit of vim-airline you're using
|
||||||
* the `:version` of vim
|
* the OS that you're using, including terminal emulator, GUI vs non-GUI
|
||||||
* the commit of vim-airline you're using
|
|
||||||
* the OS that you're using, including terminal emulator, GUI vs non-GUI
|
|
||||||
|
|
||||||
# Themes
|
# Themes
|
||||||
|
|
||||||
|
@ -26,7 +24,5 @@ Tracking down bugs can take a very long time due to different configurations, ve
|
||||||
If you would like to take a more active role in improving vim-airline, please consider [becoming a maintainer][43].
|
If you would like to take a more active role in improving vim-airline, please consider [becoming a maintainer][43].
|
||||||
|
|
||||||
|
|
||||||
[7]: https://github.com/bling/minivimrc
|
|
||||||
[11]: https://github.com/tpope/vim-pathogen
|
|
||||||
[14]: https://github.com/vim-airline/vim-airline/wiki/Screenshots
|
[14]: https://github.com/vim-airline/vim-airline/wiki/Screenshots
|
||||||
[43]: https://github.com/vim-airline/vim-airline/wiki/Becoming-a-Maintainer
|
[43]: https://github.com/vim-airline/vim-airline/wiki/Becoming-a-Maintainer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user