···11{{ define "title" }}new pull · {{ .RepoInfo.FullName }}{{ end }}2233{{ define "repoContent" }}44- <section class="prose dark:prose-invert">55- <p>66- This is v1 of the pull request flow. Paste your patch in the form below.77- Here are the steps to get you started:88- <ul class="list-decimal pl-10 space-y-2 text-gray-700 dark:text-gray-300">99- <li class="leading-relaxed">Clone this repository.</li>1010- <li class="leading-relaxed">Make your changes in your local repository.</li>1111- <li class="leading-relaxed">Grab the diff using <code>git diff</code>.</li>1212- <li class="leading-relaxed">Paste the diff output in the form below.</li>1313- </ul>1414- </p>1515- </section>164 <form175 hx-post="/{{ .RepoInfo.FullName }}/pulls/new"186 class="mt-6 space-y-6"