diff options
author | Andre Arko <andre@arko.net> | 2015-06-23 22:56:52 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-06-23 22:56:52 -0700 |
commit | 901a6baecf8b86d1575d4a326d1b69327be0dc6d (patch) | |
tree | c9ef8f15c2f7169cc4457f49888393e228ffb398 /README.md | |
parent | 239d01df6d43cd4e9e333a18faf59d9c3e5e46c3 (diff) | |
download | bundler-901a6baecf8b86d1575d4a326d1b69327be0dc6d.tar.gz |
link to code of conduct from readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -14,9 +14,9 @@ It does this by managing the gems that the application depends on. Given a list ``` gem install bundler bundle init -echo "gem 'rails'" >> Gemfile +echo 'gem "rspec"' >> Gemfile bundle install -bundle exec rails new myapp +bundle exec rspec ``` See [bundler.io](http://bundler.io) for the full documentation. @@ -34,3 +34,7 @@ Feel free to chat with the Bundler core team (and many other users) on IRC in th ### Contributing If you'd like to contribute to Bundler, that's awesome, and we <3 you. There's a guide to contributing to Bundler (both code and general help) over in [DEVELOPMENT](https://github.com/bundler/bundler/blob/master/DEVELOPMENT.md) + +### Code of Conduct + +Everyone interacting in the Bundler project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [Bundler code of conduct](https://github.com/bundler/bundler/blob/master/CODE_OF_CONDUCT.md).
\ No newline at end of file |