You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,35 @@
228
228
</form>
229
229
230
230
</section>
231
-
<sectionid="breakingChange"></section>
231
+
<sectionid="significantChange">
232
+
233
+
<details>
234
+
<summary>Significant Change</summary>
235
+
<ul>
236
+
<li>It is possible to inform if the commit makes a significant change or breaks the compatibility, this inserts the identifier "!" after type/scope</li>
237
+
</ul>
238
+
</details>
239
+
240
+
<form>
241
+
242
+
<div>
243
+
244
+
<labelfor="significantChangeInput">
245
+
<em>
246
+
<inputtype="checkbox" name="significantChange" id="significantChangeInput"> Is a significant change or does it break compatibility?
0 commit comments