diff options
author | Andre Arko <andre@arko.net> | 2013-08-15 09:54:14 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-08-15 09:55:08 -0700 |
commit | b12aa0f3bacc7f92c3c75db6a8fc3941d3cab701 (patch) | |
tree | 698b7366aa446ba8add6d060caac20f1bfa110bb /DEVELOPMENT.md | |
parent | 468fac251877250301546b3554bfb387f883b8ce (diff) | |
download | bundler-b12aa0f3bacc7f92c3c75db6a8fc3941d3cab701.tar.gz |
link to small bugs and features
[ci skip]
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r-- | DEVELOPMENT.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3afeb4b6f9..3948bc7226 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -4,12 +4,18 @@ Great to have you here! Here are a few ways you can help out with [Bundler](http You can start learning about Bundler by reading [the documentation](http://bundler.io). If you want, you can also read a (lengthy) explanation of [why Bundler exists and what it does](http://bundler.io/v1.2/rationale.html). You can also check out discussions about Bundler on the [Bundler mailing list](https://groups.google.com/group/ruby-bundler) and in the [Bundler IRC channel](irc://irc.freenode.net/#bundler), which is #bundler on Freenode. -# Your first commits +## Your first commits If you’re interested in contributing to Bundler, that’s awesome! We’d love your help. If you have any questions after reading this page, please feel free to contact either [@indirect](http://github.com/indirect) or [@hone](http://github.com/hone). They are both happy to provide help working through your first bugfix or thinking through the problem you’re trying to resolve. +## Tackle some small problems + +We track [small +bugs](https://github.com/bundler/bundler/issues?labels=small&state=open) and [small features](https://github.com/bundler/bundler-features/issues?labels=small&state=open) so that anyone who wants to help can start with something that's not too overwhelming. If nothing on those lists looks good, though, just talk to us. + + # Development setup Bundler doesn't use a Gemfile to list development dependencies, because when we tried it we couldn't tell if we were awake or it was just another level of dreams. To work on Bundler, you'll probably want to do a couple of things. |