[prdoc] Update docs (#3998)

Updating the prdoc doc file to be a bit more useful for new contributors
and adding a SemVer section.

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Oliver Tale-Yazdi
2024-04-16 18:17:09 +03:00
committed by GitHub
parent 61d45ed72b
commit 753bf2d860
2 changed files with 60 additions and 45 deletions
+5
View File
@@ -200,6 +200,11 @@
"const": "patch",
"title": "Patch",
"description": "A bump to the third leftmost non-zero digit of the version number."
},
{
"const": "none",
"title": "None",
"description": "This change requires no SemVer bump (e.g. change was a test)."
}
]
},