···3 <label for="forkSelect" class="dark:text-white"
4 >select a fork to compare</label
5 >
6- <div class="flex flex-wrap gap-4 items-center mb-4">
7 <div class="flex flex-wrap gap-2 items-center">
8 <select
9 id="forkSelect"
···39 </div>
40 </div>
41 </div>
00000042 <p class="mt-4">
43 Title and description are optional; if left out, they will be extracted
44 from the first commit.
···3 <label for="forkSelect" class="dark:text-white"
4 >select a fork to compare</label
5 >
6+ <div class="flex flex-wrap gap-4 items-center">
7 <div class="flex flex-wrap gap-2 items-center">
8 <select
9 id="forkSelect"
···39 </div>
40 </div>
41 </div>
42+43+ <div class="flex items-center gap-2">
44+ <input type="checkbox" id="isStacked" name="isStacked" value="on">
45+ <label for="isStacked" class="my-0 py-0 normal-case font-normal">Submit as stacked PRs</label>
46+ </div>
47+48 <p class="mt-4">
49 Title and description are optional; if left out, they will be extracted
50 from the first commit.