Skip to content

Commit d0701a0

Browse files
committed
Fixed typo
1 parent 1df332a commit d0701a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Most importantly, with every contribution you improve your skills so that future
6060

6161
### Recommended Tools
6262

63-
* [vscode](https://code.visualstudio.com), the popular IDE.
63+
* [Visual Studio Code](https://code.visualstudio.com), the popular IDE.
6464
* [Jasmine Test Explorer](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-jasmine-test-adapter), a very practical test exploration plugin which let you run, debug and see the test results inline.
6565

6666
### Setting up your local machine
@@ -168,9 +168,9 @@ Note that the script above will ONLY be executed during initialization of the co
168168

169169
## Breaking Changes
170170

171-
We want to avoid sudden breaking changes which has been often been pointed out in community feedback. Therefore we intend to follow the [Deprecation Policy](#deprecation-policy) when changing or removing existing features.
171+
To make breaking changes more predictable we follow a [Deprecation Policy](#deprecation-policy) when changing or removing existing features.
172172

173-
Please consider that Parse Server is just one component in a stack that requires attention. A breaking change requires resources and effort to adapt a production environment. An unnecessarily high frequency of breaking changes can have detrimental side effects such as:
173+
We acknowledge that Parse Server is just one component in a stack that requires attention. A breaking change requires resources and effort to adapt a production environment. An unnecessarily high frequency of breaking changes can have detrimental side effects such as:
174174
- "upgrade fatigue" where developers run old versions of Parse Server because they cannot always attend to every update that contains a breaking change
175175
- less secure Parse Server deployments that run on old versions which is contrary to the security evangelism Parse Server intends to facilitate for developers
176176
- less feedback and slower identification of bugs and an overall slow-down of Parse Server development because new versions with breaking changes also include new features we want to get feedback on

0 commit comments

Comments
 (0)