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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
-[Wording Guideline](#wording-guideline)
20
20
-[Parse Error](#parse-error)
21
21
-[Parse Server Configuration](#parse-server-configuration)
22
+
-[Versioning](#versioning)
22
23
-[Code of Conduct](#code-of-conduct)
23
24
24
25
## Contributing
@@ -281,6 +282,13 @@ Introducing new [Parse Server configuration][config] parameters requires the fol
281
282
1. Add test cases to ensure the correct parameter value validation. Parse Server throws an error at launch if an invalid value is set for any configuration parameter.
282
283
1. Execute `npm run docs` to generate the documentation in the `/out`directory. Take a look at the documentation whether the description and formatting of the newly introduced parameters is satisfactory.
283
284
285
+
## Versioning
286
+
287
+
Parse Server follows [semantic versioning](https://semver.org) with syntax `x.y.z` which defines:
288
+
-`x` is the *major* version number which means a *breaking release* that may include changes that are not backwards compatible
289
+
-`y` is the *minor* version number which means a *feature release* that may include newfeatures, improvements or other changes that are backwards compatible
290
+
-`z` is the *patch* version number which means a *patch release* that may include bug fixes that are backwards compatible
291
+
284
292
## Code of Conduct
285
293
286
294
This project adheres to the [Contributor Covenant Code of Conduct](https://github.com/parse-community/parse-server/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to honor this code.
0 commit comments