summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJames Wen <jrw2175@columbia.edu>2016-03-08 19:36:57 -0500
committercortelyou <cortelyou@pivotal.io>2016-03-08 20:11:57 -0500
commitf3cf0d34c898298b78a9ecab59768c21310150ac (patch)
tree89a5260a3f7493064fb0408f7cb3cd3b00637034 /CONTRIBUTING.md
parentc1a1d2be43c2e455af827f515a94f6e55f1096ce (diff)
downloadbundler-f3cf0d34c898298b78a9ecab59768c21310150ac.tar.gz
Improve CONTRIBUTING.md documentation
- Add link to CodeClimate - Add bullet point for backfilling unit tests - Add section for Bundler Trello board - Small grammar fixes
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 24e0cdaa26..dce97cd6ce 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,20 +12,25 @@ If you'd like to help make Bundler better, you totally rock! Here are some ways
- by closing issues that are not complete
- by adding a failing test for reproducible [reported bugs](https://github.com/bundler/bundler/issues)
- by reviewing [pull requests](https://github.com/bundler/bundler/pulls) and suggesting improvements
- - by improving existing code, including [suggestions from PullReview](https://www.pullreview.com/github/bundler/bundler/reviews/master)
+ - by improving existing code, including suggestions from [PullReview](https://www.pullreview.com/github/bundler/bundler/reviews/master) or [CodeClimate](https://codeclimate.com/github/bundler/bundler)
- by [writing code](https://github.com/bundler/bundler/blob/master/DEVELOPMENT.md) (no patch is too small! fix typos or bad whitespace)
+ - by backfilling [unit tests](https://github.com/bundler/bundler/tree/master/spec/bundler) for modules that lack [coverage](https://codeclimate.com/github/bundler/bundler/coverage)
-If you need help getting started, check out the [DEVELOPMENT](https://github.com/bundler/bundler/blob/master/DEVELOPMENT.md) file for steps that will get you up and running.
+If you need help getting started, check out the [DEVELOPMENT.md](https://github.com/bundler/bundler/blob/master/DEVELOPMENT.md) file for steps that will get you up and running.
Thanks for helping us make Bundler better.
+# Roadmap
+
+If you're interested in reading some of the potential ideas or plans for Bundler, see the official Bundler [Trello Board](https://trello.com/b/DioUaKgx/bundler).
+
# Troubleshooting
If you're having a problem, please see [ISSUES](https://github.com/bundler/bundler/blob/master/ISSUES.md) for troubleshooting steps and a guide for how to submit a ticket that will help us solve the problem you are having as quickly as possible.
# Requesting Features
-Head on over to the [Bundler features](https://github.com/bundler/bundler-features) project, or any of the lists or channels listed below. Feature-wise we consider Bundler stable, so the core team does not tend to work on feature suggestions. Pull requests welcome though!
+Head on over to the [Bundler features](https://github.com/bundler/bundler-features) project, or any of the lists or channels listed below. Feature-wise, we consider Bundler stable, so the core team does not tend to work on feature suggestions. Pull requests are welcome though!
# Discussing Bundler