Skip to content

Commit 6b7b14c

Browse files
committed
feat: summary section layout
Additionally we have a button to skip the next optional steps
1 parent 38a2cbc commit 6b7b14c

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,37 @@
115115
</form>
116116

117117
</section>
118-
<section id="summary"></section>
118+
<section id="summary">
119+
120+
<details>
121+
<summary>Summary</summary>
122+
<ul>
123+
<li>Use the imperative, present: "change" not "changed" nor "changes"</li>
124+
<li>Don't capitalize the first letter</li>
125+
<li>No dot (.) at the end</li>
126+
</ul>
127+
</details>
128+
129+
<form>
130+
131+
<div>
132+
133+
<label for="summaryInput">
134+
<input type="text" name="summary" id="summaryInput" maxlength="50" placeholder="Briefly describe the change" required><br>
135+
<small>0 / 50</small>
136+
</label>
137+
138+
</div>
139+
140+
<nav>
141+
<button type="reset" class="previous"><< Previous</button>
142+
<button type="submit" class="finish">Finish</button>
143+
<button type="submit" class="next">Next >></button>
144+
</nav>
145+
146+
</form>
147+
148+
</section>
119149
<section id="body"></section>
120150
<section id="footer"></section>
121151
<section id="breakingChange"></section>

0 commit comments

Comments
 (0)