• Jump To … +
    backers.coffee badges.coffee contributing.coffee history.coffee licenses.coffee main.litcoffee utils.coffee
  • contributing.coffee

  • ¶

    Define

    contributing =
  • ¶

    Get Contributing Section

    	getContributingSection: ->
  • ¶

    Prepare

    		file = 'Contributing.md'
    		url = @getFileUrl(file)
  • ¶

    Return

    		return """
  • ¶

    Contributing

    			[You can discover the contributing instructions inside the `#{file}` file](#{url})
    
    			"""
  • ¶

    Export

    module.exports = contributing