Skip to content

Commit

Permalink
Merge pull request #4041 from r7kamura/feature/readme-empty-lines
Browse files Browse the repository at this point in the history
Remove extra empty line from README template
  • Loading branch information
hsbt committed Oct 28, 2020
2 parents c92a93b + a596b87 commit cb1b51f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundler/lib/bundler/templates/newgem/README.md.tt
Expand Up @@ -33,7 +33,6 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/<%= config[:github_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 [code of conduct](https://github.com/<%= config[:github_username] %>/<%= config[:name] %>/blob/master/CODE_OF_CONDUCT.md).<% end %>

<% if config[:mit] -%>

## License
Expand Down

0 comments on commit cb1b51f

Please sign in to comment.