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: CONTRIBUTING.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
28
28
29
29
* What steps will reproduce the issue? (i.e. The minimum amount of code that shows the problem)
30
30
* What browser(s) and OS experience the problem? (i.e. Browsers and operating systems with exact version numbers )
31
-
* What would you expect to be the outcome and what _is_ the outcome? (i.e. "was expecting `font-size` to e`17px`, it is `21px` )
31
+
* What would you expect to be the outcome and what _is_ the outcome? (i.e. "was expecting `font-size` to be`17px`, it is `21px` )
32
32
33
33
All these details will help people to fix any potential bugs.
34
34
@@ -135,8 +135,11 @@ If you have commit access, please follow this process for merging patches, minor
135
135
136
136
Semver is a widely accepted method for deciding how version numbers are incremented in a project. Versions are written as MAJOR.MINOR.PATCH.
137
137
138
-
Any change to CSS rules is considered backwards-breaking and will result in a new major release. No changes to CSS _rules_ can add functionality in a backwards-compatible manner, therefore no changes are considered minor.
138
+
Almost any change to CSS rules is considered backwards-breaking and will result in a new major release. No changes to CSS _rules_ can add functionality in a backwards-compatible manner, therefore almost no changes are considered minor.
139
139
140
-
_Adding_ CSS Variables (without applying them to any rules) is considered a minor release. Changes to documentation or the test.html file also qualify as a minor release.
140
+
The only exceptions are:
141
141
142
-
Corrections to documentation count as a patch.
142
+
- _Adding_ CSS Variables (without applying them to any rules). This considered a minor release.
143
+
- Changes to documentation or the test.html file. This qualifies as a minor release.
144
+
- Changes to the linter or tester. This qualifies as a minor release.
145
+
- _Corrections_ to documentation count as a patch.
0 commit comments