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
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -38,40 +38,40 @@
38
38
<div>
39
39
40
40
<labelfor="build">
41
-
<inputtype="radio" name="type" value="build" id="build"><span><strong>build</strong>: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)</span>
41
+
<inputtype="radio" name="type" value="build" id="build"><span><strongtranslate="no">build</strong>: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)</span>
42
42
</label>
43
43
<labelfor="ci">
44
-
<inputtype="radio" name="type" value="ci" id="ci"><span><strong>ci</strong>: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)</span>
44
+
<inputtype="radio" name="type" value="ci" id="ci"><span><strongtranslate="no">ci</strong>: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)</span>
45
45
</label>
46
46
<labelfor="chore">
47
-
<inputtype="radio" name="type" value="chore" id="chore"><span><strong>chore</strong>: Update tasks that do not cause code changes</span>
47
+
<inputtype="radio" name="type" value="chore" id="chore"><span><strongtranslate="no">chore</strong>: Update tasks that do not cause code changes</span>
48
48
</label>
49
49
<labelfor="docs">
50
-
<inputtype="radio" name="type" value="docs" id="docs"><span><strong>docs</strong>: Documentation only changes</span>
50
+
<inputtype="radio" name="type" value="docs" id="docs"><span><strongtranslate="no">docs</strong>: Documentation only changes</span>
51
51
</label>
52
52
<labelfor="feat">
53
-
<inputtype="radio" name="type" value="feat" id="feat" checked><span><strong>feat</strong>: A new feature</span>
53
+
<inputtype="radio" name="type" value="feat" id="feat" checked><span><strongtranslate="no">feat</strong>: A new feature</span>
54
54
</label>
55
55
<labelfor="fix">
56
-
<inputtype="radio" name="type" value="fix" id="fix"><span><strong>fix</strong>: A bug fix</span>
56
+
<inputtype="radio" name="type" value="fix" id="fix"><span><strongtranslate="no">fix</strong>: A bug fix</span>
57
57
</label>
58
58
<labelfor="improvement">
59
-
<inputtype="radio" name="type" value="improvement" id="improvement"><span><strong>improvement</strong>: Improves a current implementation without adding a new feature or fixing a bug</span>
59
+
<inputtype="radio" name="type" value="improvement" id="improvement"><span><strongtranslate="no">improvement</strong>: Improves a current implementation without adding a new feature or fixing a bug</span>
60
60
</label>
61
61
<labelfor="perf">
62
-
<inputtype="radio" name="type" value="perf" id="perf"><span><strong>perf</strong>: A code change that improves performance</span>
62
+
<inputtype="radio" name="type" value="perf" id="perf"><span><strongtranslate="no">perf</strong>: A code change that improves performance</span>
63
63
</label>
64
64
<labelfor="refactor">
65
-
<inputtype="radio" name="type" value="refactor" id="refactor"><span><strong>refactor</strong>: A code change that neither fixes a bug nor adds a feature</span>
65
+
<inputtype="radio" name="type" value="refactor" id="refactor"><span><strongtranslate="no">refactor</strong>: A code change that neither fixes a bug nor adds a feature</span>
66
66
</label>
67
67
<labelfor="revert">
68
-
<inputtype="radio" name="type" value="revert" id="revert"><span><strong>revert</strong>: Reverts a previous commit</span>
68
+
<inputtype="radio" name="type" value="revert" id="revert"><span><strongtranslate="no">revert</strong>: Reverts a previous commit</span>
69
69
</label>
70
70
<labelfor="style">
71
-
<inputtype="radio" name="type" value="style" id="style"><span><strong>style</strong>: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)</span>
71
+
<inputtype="radio" name="type" value="style" id="style"><span><strongtranslate="no">style</strong>: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)</span>
0 commit comments