aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-07 13:48:38 +0000
committerdacctal <dacctal@symlinx.net>2026-06-07 13:48:38 +0000
commit454db21b2b2b5089f125b622e988b6e5ffc23023 (patch)
tree6bf9c075da0159b3f05a7abcca32eaae51794aed
parentea6745dd7ad75c85d0ea4471e9f3357532fb0eb0 (diff)
semantic versioning
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ede90fb..2872982 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -29,6 +29,7 @@ Please follow the following styling guidelines:
- All indentation should be 2 spaces long.
- Comments should only be used to explain your thought process for writing the code you wrote. Don't explain what it does.
- Variable/Function names should concisely describe what they are/do. All of which are styled in snake_case.
+- Version numbers will loosely follow the guidelines of [Semantic Versioning 2.0.0](https://semver.org/)
# How big can the patches be?
You should only make one effective change per patch.