Sha256: f605b624bbb612a7cf07acbd05fb15aced944662b8c2893030a2f7baee32337b
Contents?: true
Size: 808 Bytes
Versions: 26
Compression:
Stored size: 808 Bytes
Contents
<% unless (config[:license].empty? or config[:license] == "none") %> ## Licence This project is released under the terms of the [<%= config[:license] %>](<%= options[:licensefile] %>) licence. [![Licence](<%= FalkorLib::Config::Bootstrap::DEFAULTS[:licenses][ config[:license] ][:logo] %>)](<%= FalkorLib::Config::Bootstrap::DEFAULTS[:licenses][ config[:license] ][:url] %>) <% end %> <% if config[:forge] == :github %> ## Contributing That's quite simple: 1. [Fork](https://help.github.com/articles/fork-a-repo/) it 2. Create your own feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new [Pull Request](https://help.github.com/articles/using-pull-requests/) <% end %>
Version data entries
26 entries across 26 versions & 1 rubygems