summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-06-22 09:20:16 +1000
committerColby Swandale <colby@taplaboratories.com>2017-06-22 09:20:16 +1000
commit2e69fb9081418e2bb957ed20af41def606c415da (patch)
treee9943ac2b5e23ca594adce3171be088b621e39c6
parent69d18afc202f28ceb98f436c25532d02f9d4c1d6 (diff)
downloadbundler-2e69fb9081418e2bb957ed20af41def606c415da.tar.gz
add welcome message for PR auto replies
-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..95c9ccfa2a
--- /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 PR has tests for any changed 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/).
+
+You can review the [CONTRIBUTING](https://github.com/bundler/bundler/blob/master/CONTRIBUTING.md) guide for more information.