We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a9c6c commit 1192916Copy full SHA for 1192916
CONTRIBUTING.md
@@ -26,7 +26,7 @@ that your fix is working. This will also help prevent regression.
26
27
## SemVer
28
29
-Vapor tries really hard to follow strict [SemVer](https://semver.org). This means that any changes to the source code that can cause
+Vapor follows [SemVer](https://semver.org). This means that any changes to the source code that can cause
30
existing code to stop compiling _must_ wait until the next major version to be included.
31
32
Code that is only additive and will not break any existing code can be included in the next minor release.
0 commit comments