diff options
author | Karel Kočí <cynerd@email.cz> | 2016-06-30 16:11:56 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-06-30 16:11:56 +0200 |
commit | 9931e0888b2419326ae10ebbfae532261c5c125f (patch) | |
tree | 7504be5daccbb7b7d1ea396754de47b11ed790e5 /vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md | |
parent | e573b3020c032400eed60b649a2cbf55266e6bb0 (diff) | |
download | myconfigs-9931e0888b2419326ae10ebbfae532261c5c125f.tar.gz myconfigs-9931e0888b2419326ae10ebbfae532261c5c125f.tar.bz2 myconfigs-9931e0888b2419326ae10ebbfae532261c5c125f.zip |
Fix submodules
Diffstat (limited to 'vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md')
m--------- | vim/bundle/YouCompleteMe | 0 | ||||
-rw-r--r-- | vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md | 20 |
2 files changed, 0 insertions, 20 deletions
diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe new file mode 160000 +Subproject 0de1c0c9bb13ce82172b472c676035cd47cf6a6 diff --git a/vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md b/vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ffcf4a5..0000000 --- a/vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,20 +0,0 @@ -# PR Prelude - -Thank you for working on YCM! :) - -**Please complete these steps and check these boxes (by putting an `x` inside -the brackets) _before_ filing your PR:** - -- [ ] I have read and understood YCM's [CONTRIBUTING][cont] document. -- [ ] I have read and understood YCM's [CODE_OF_CONDUCT][code] document. -- [ ] I have included tests for the changes in my PR. If not, I have included a - rationale for why I haven't. -- [ ] **I understand my PR may be closed if it becomes obvious I didn't - actually perform all of these steps.** - -# Why this change is necessary and useful - -[Please explain **in detail** why the changes in this PR are needed.] - -[cont]: https://github.com/Valloric/YouCompleteMe/blob/master/CONTRIBUTING.md -[code]: https://github.com/Valloric/YouCompleteMe/blob/master/CODE_OF_CONDUCT.md |