diff options
author | Andre Arko <andre@arko.net> | 2014-01-03 00:12:38 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-01-03 00:12:38 -0800 |
commit | 3139f37ae2cf4acdab842df746d7b637bb31daec (patch) | |
tree | 0e83e0091ffe88b4838dfca24219a2c34f617e89 /CONTRIBUTING.md | |
parent | d3d95adad430c9cda1385dc376ccb64aa4002827 (diff) | |
download | bundler-3139f37ae2cf4acdab842df746d7b637bb31daec.tar.gz |
refocus contributing on what can be done
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ee24529c2..cb48841a52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,21 +1,30 @@ -# Creating Issues +# Contributing + +Bundler welcomes contributions from *everyone*. + +Here are some ways you can contribute: + + - by using prerelease versions + - by reporting bugs + - by suggesting new features + - by writing or editing documentation + - by closing issues + - by reviewing patches + - by refactoring code + - by writing code (no patch is too small! fix typos or bad whitespace) + +If you'd like to help make Bundler better, you totally rock! Please check out the [DEVELOPMENT](https://github.com/bundler/bundler/blob/master/DEVELOPMENT.md) file for an introduction to the project, guidelines for contributing, and details about what would be helpful. + +Thanks for helping us make Bundler better. + +# 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 welcome though! # Discussing Bundler If you'd like to discuss features, ask questions, or just engage in general Bundler-focused discussion, please see the [#bundler](irc://irc.freenode.net/#bundler) IRC channel on Freenode, and the [Bundler mailing list](http://groups.google.com/group/ruby-bundler) on Google Groups. - -# Helping Out - -If you'd like to help make Bundler better, you totally rock! Please check out the [DEVELOPMENT](https://github.com/bundler/bundler/blob/master/DEVELOPMENT.md) file for an introduction to the project, guidelines for contributing, and suggestions for things anyone can do that would be helpful. - -Thanks for helping us make Bundler better. |