summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/viewers/_contributing.html.haml
blob: c78f04c9c7c80f8d83eb98a6775d81b87ade8714 (plain)
1
2
3
4
5
6
7
8
9
= icon('book fw')
After you've reviewed these contribution guidelines, you'll be all set to

- options = contribution_options(viewer.project)
- if options.any?
  = succeed '.' do
    = options.to_sentence(two_words_connector: ' or ', last_word_connector: ', or ').html_safe
- else
  contribute to this project.