summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-06-22 15:51:16 +1000
committerColby Swandale <colby@taplaboratories.com>2017-06-22 15:51:16 +1000
commitdc61b064091234de426a723fc6a01ecde8541578 (patch)
treeceaec3eb284bc4563f474ce209727d86fe004285 /.github
parent2e69fb9081418e2bb957ed20af41def606c415da (diff)
downloadbundler-dc61b064091234de426a723fc6a01ecde8541578.tar.gz
feedback and fixed some clarity issues
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