summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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