summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/welcome_message.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/welcome_message.md b/.github/welcome_message.md
index 95c9ccfa2a..2e0846871f 100644
--- a/.github/welcome_message.md
+++ b/.github/welcome_message.md
@@ -1,7 +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.
+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. See [here](https://github.com/bundler/bundler/blob/master/doc/development/PULL_REQUESTS.md#tests) for information on how to run the Bundler test suite on your machine before opening a pull request.
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.
+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