summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/viewers/_contributing.html.haml
blob: 546c064c06fd7ac5edeb0e5f80bda3fbfcd6bedd (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
    = Gitlab::Utils.to_exclusive_sentence(options).html_safe
- else
  contribute to this project.