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
@@ -17,6 +17,7 @@
17
17
-[Wording Guideline](#wording-guideline)
18
18
-[Parse Error](#parse-error)
19
19
-[Parse Server Configuration](#parse-server-configuration)
20
+
-[Versioning](#versioning)
20
21
-[Code of Conduct](#code-of-conduct)
21
22
22
23
## Contributing
@@ -254,6 +255,13 @@ Introducing new [Parse Server configuration][config] parameters requires the fol
254
255
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.
255
256
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.
256
257
258
+
## Versioning
259
+
260
+
Parse Server follows [semantic versioning](https://semver.org) with syntax `x.y.z` which defines:
261
+
-`x` is the *major* version number which means a *breaking release* that may include changes that are not backwards compatible
262
+
-`y` is the *minor* version number which means a *feature release* that may include newfeatures, improvements or other changes that are backwards compatible
263
+
-`z` is the *patch* version number which means a *patch release* that may include bug fixes that are backwards compatible
264
+
257
265
## Code of Conduct
258
266
259
267
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