aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/YouCompleteMe/.github
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-06-30 16:11:56 +0200
committerKarel Kočí <cynerd@email.cz>2016-06-30 16:11:56 +0200
commit9931e0888b2419326ae10ebbfae532261c5c125f (patch)
tree7504be5daccbb7b7d1ea396754de47b11ed790e5 /vim/bundle/YouCompleteMe/.github
parente573b3020c032400eed60b649a2cbf55266e6bb0 (diff)
downloadmyconfigs-9931e0888b2419326ae10ebbfae532261c5c125f.tar.gz
myconfigs-9931e0888b2419326ae10ebbfae532261c5c125f.tar.bz2
myconfigs-9931e0888b2419326ae10ebbfae532261c5c125f.zip
Fix submodules
Diffstat (limited to 'vim/bundle/YouCompleteMe/.github')
m---------vim/bundle/YouCompleteMe0
-rw-r--r--vim/bundle/YouCompleteMe/.github/ISSUE_TEMPLATE.md39
-rw-r--r--vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md20
3 files changed, 0 insertions, 59 deletions
diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe
new file mode 160000
+Subproject 0de1c0c9bb13ce82172b472c676035cd47cf6a6
diff --git a/vim/bundle/YouCompleteMe/.github/ISSUE_TEMPLATE.md b/vim/bundle/YouCompleteMe/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index fa80b9c..0000000
--- a/vim/bundle/YouCompleteMe/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,39 +0,0 @@
-# Issue Prelude
-
-**Please complete these steps and check these boxes (by putting an `x` inside
-the brackets) _before_ filing your issue:**
-
-- [ ] I have read and understood YCM's [CONTRIBUTING][cont] document.
-- [ ] I have read and understood YCM's [CODE_OF_CONDUCT][code] document.
-- [ ] I have read and understood YCM's [README][readme], **especially the
- [Frequently Asked Questions][faq] section.**
-- [ ] I have searched YCM's issue tracker to find issues similar to the one I'm
- about to report and couldn't find an answer to my problem. ([Example Google
- search.][search])
-- [ ] If filing a bug report, I have included the output of `vim --version`.
-- [ ] If filing a bug report, I have included the output of `:YcmDebugInfo`.
-- [ ] If filing a bug report, I have included the output of
- `:YcmToggleLogs stderr`.
-- [ ] If filing a bug report, I have included which OS (including specific OS
- version) I am using.
-- [ ] If filing a bug report, I have included a minimal test case that reproduces
- my issue.
-- [ ] **I understand this is an open-source project staffed by volunteers and
- that any help I receive is a selfless, heartfelt _gift_ of their free time. I
- know I am not entitled to anything and will be polite and courteous.**
-- [ ] **I understand my issue may be closed if it becomes obvious I didn't
- actually perform all of these steps.**
-
-Thank you for adhering to this process! It ensures your issue is resolved
-quickly and that neither your nor our time is needlessly wasted.
-
-# Issue Details
-
-[If filing a bug report, please include **a list of steps** that describe how to
-reproduce the bug you are experiencing. Also include test code if relevant.]
-
-[cont]: https://github.com/Valloric/YouCompleteMe/blob/master/CONTRIBUTING.md
-[code]: https://github.com/Valloric/YouCompleteMe/blob/master/CODE_OF_CONDUCT.md
-[readme]: https://github.com/Valloric/YouCompleteMe/blob/master/README.md
-[faq]: https://github.com/Valloric/YouCompleteMe/blob/master/README.md#faq
-[search]: https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fgithub.com%2FValloric%2FYouCompleteMe%2Fissues%20python%20mac
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