From 0fa68abb7ac3c7a20314c16959fa97e1215eaa5a Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 10 May 2015 20:16:31 -0700 Subject: [gem] rework readme contrib section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit also mention the CoC if it’s set --- lib/bundler/templates/newgem/README.md.tt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/bundler/templates/newgem') 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 %> -- cgit v1.2.1