From e573b3020c032400eed60b649a2cbf55266e6bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Jun 2016 16:03:25 +0200 Subject: Add current configurations from old repository --- .../YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md (limited to 'vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md') diff --git a/vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md b/vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ffcf4a5 --- /dev/null +++ b/vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +# 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 -- cgit v1.2.3