···1717 </select>
1818 </div>
1919 </div>
2020+2121+ <p class="mt-4">
2222+ Title and description are optional; if left out, they will be extracted
2323+ from the first commit.
2424+ </p>
2025{{ end }}
···3939 </div>
4040 </div>
4141 </div>
4242+ <p class="mt-4">
4343+ Title and description are optional; if left out, they will be extracted
4444+ from the first commit.
4545+ </p>
4246{{ end }}
+2-2
appview/state/pull.go
···860860 }
861861862862 if patchutil.IsFormatPatch(patch) {
863863- s.pages.Notice(w, "patch-preview", "Format patch detected. Title and description are optional; if left out, they will be extracted from the first commit.")
863863+ s.pages.Notice(w, "patch-preview", "git-format-patch detected. Title and description are optional; if left out, they will be extracted from the first commit.")
864864 } else {
865865- s.pages.Notice(w, "patch-preview", "Regular diff detected. Please provide a title and description.")
865865+ s.pages.Notice(w, "patch-preview", "Regular git-diff detected. Please provide a title and description.")
866866 }
867867}
868868