Skip to content

Commit c1e2cf9

Browse files
committed
added versioning
1 parent a02014f commit c1e2cf9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [Wording Guideline](#wording-guideline)
1818
- [Parse Error](#parse-error)
1919
- [Parse Server Configuration](#parse-server-configuration)
20+
- [Versioning](#versioning)
2021
- [Code of Conduct](#code-of-conduct)
2122

2223
## Contributing
@@ -254,6 +255,13 @@ Introducing new [Parse Server configuration][config] parameters requires the fol
254255
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.
255256
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.
256257

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 new features, 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+
257265
## Code of Conduct
258266

259267
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

Comments
 (0)