summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-11-24 23:45:02 +1100
committerColby Swandale <me@colby.fyi>2018-11-24 23:45:02 +1100
commit2d281b70a121286aae6c1400350279e1eb1d5281 (patch)
treeb5787871c5c6c12f392203227af1e5a9be9f0676
parenta1432af57fc69ff34e502f0ea65378e1d8b4c0ad (diff)
downloadbundler-colby/new-welcome-bot.tar.gz
move welcome message to new welcome botcolby/new-welcome-bot
-rw-r--r--.github/config.yml9
-rw-r--r--.github/welcome_message.md7
2 files changed, 9 insertions, 7 deletions
diff --git a/.github/config.yml b/.github/config.yml
new file mode 100644
index 0000000000..d5b8037c11
--- /dev/null
+++ b/.github/config.yml
@@ -0,0 +1,9 @@
+newPRWelcomeComment: >
+ 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/doc/contributing/README.md) guide
+
diff --git a/.github/welcome_message.md b/.github/welcome_message.md
deleted file mode 100644
index e3b0c98b97..0000000000
--- a/.github/welcome_message.md
+++ /dev/null
@@ -1,7 +0,0 @@
-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/doc/contributing/README.md) guide