diff options
author | Andre Arko <andre@arko.net> | 2015-05-10 20:16:31 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-05-11 13:08:46 -0700 |
commit | 0fa68abb7ac3c7a20314c16959fa97e1215eaa5a (patch) | |
tree | 9df8d8c9b7988c3c9c4b4ff7a0fb605fe016edfd /lib/bundler/templates | |
parent | e1883c4bfad289474a004b0c494d6aeae8131572 (diff) | |
download | bundler-0fa68abb7ac3c7a20314c16959fa97e1215eaa5a.tar.gz |
[gem] rework readme contrib section
also mention the CoC if it’s set
Diffstat (limited to 'lib/bundler/templates')
-rw-r--r-- | lib/bundler/templates/newgem/README.md.tt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt index 765b1ac859..a5c1a59cf5 100644 --- a/lib/bundler/templates/newgem/README.md.tt +++ b/lib/bundler/templates/newgem/README.md.tt @@ -32,8 +32,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To ## Contributing -1. Fork it ( https://github.com/[my-github-username]/<%=config[:name]%>/fork ) -2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create a new Pull Request +Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/<%= config[:name] %>.<% if config[:coc] %> This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.<% end %> |