Back to Buildpacks

Support

themes/buildpacks/layouts/partials/support.html

latest671 B
Original Source

{{ if (or .IsNode .IsPage) }} {{ $issueBody := printf "**On Page:** %s" .Title .Permalink | htmlEscape }} {{ $issueQuery := (querify "body" $issueBody) }} Report Issue {{ if .Params.no_edit }} {{ else }} {{ $editQuery := (querify "description" "Signed-off-by: NAME \n\n> _By signing off you acknowledge adhering to the requirements listed here: https://probot.github.io/apps/dco/\_") }} Edit {{ end }} {{ end }}