summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-06-22 05:58:10 +0000
committerThe Bundler Bot <bot@bundler.io>2017-06-22 05:58:10 +0000
commit67ff76af19e6d033d26e63ff2f064754316fee38 (patch)
treee2386b62c92b01c90b52117b2b83ab92ddd57e41
parentbd95735df25ceac9de8f2186be37079f6cf3d385 (diff)
parent0b9571e9303437f838f9c060a573c62fd6ecfb75 (diff)
downloadbundler-67ff76af19e6d033d26e63ff2f064754316fee38.tar.gz
Auto merge of #5805 - bundler:colby/welcome-message, r=colby-swandale
add welcome message for PR auto replies This PR is adding the welcome message that will serve as the auto reply for Bundlerbot when a new PR is opened.
-rw-r--r--.github/welcome_message.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/welcome_message.md b/.github/welcome_message.md
new file mode 100644
index 0000000000..faacb492e1
--- /dev/null
+++ b/.github/welcome_message.md
@@ -0,0 +1,7 @@
+Thanks for opening a pull request and helping make Bundler better! Someone from the Bundler team will take a look at your pull request shortly and leave any feedback. Please make sure that your pull request has tests for any changes or added functionality.
+
+We use Travis CI to test and make sure your change works functionally and uses acceptable conventions, you can review the current progress of Travis CI in the PR status window below.
+
+If you have any questions or concerns that you wish to ask, feel free to leave a comment in this PR or join our #bundler channel on [Slack](http://slack.bundler.io/).
+
+For more information about contributing to the Bundler project feel free to review our [CONTRIBUTING](https://github.com/bundler/bundler/blob/master/CONTRIBUTING.md) guide