aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates/newgem/README.md.tt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/templates/newgem/README.md.tt')
-rw-r--r--lib/bundler/templates/newgem/README.md.tt6
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 765b1ac8..a5c1a59c 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 %>