aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-06-30 16:03:25 +0200
committerKarel Kočí <cynerd@email.cz>2016-06-30 16:03:25 +0200
commite573b3020c032400eed60b649a2cbf55266e6bb0 (patch)
tree8f572394ac8433529c7a8e70d160a2fbe8268b4e /vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md
parentb8c667bd64b3edd38d56c63c5bd1db53a23b4499 (diff)
downloadmyconfigs-e573b3020c032400eed60b649a2cbf55266e6bb0.tar.gz
myconfigs-e573b3020c032400eed60b649a2cbf55266e6bb0.tar.bz2
myconfigs-e573b3020c032400eed60b649a2cbf55266e6bb0.zip
Add current configurations from old repository
Diffstat (limited to 'vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--vim/bundle/YouCompleteMe/.github/PULL_REQUEST_TEMPLATE.md20
1 files changed, 20 insertions, 0 deletions
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