mirror of
https://github.com/semver/semver.git
synced 2025-08-22 05:48:34 +00:00
Refine the contributing guide
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
b9bcf66835
commit
28f2acc94b
@ -13,6 +13,11 @@ Some changes do not require an RFC:
|
||||
* Typo fixes
|
||||
* Small wording clarifications that do not impact the semantics of the specification.
|
||||
|
||||
### Translations
|
||||
|
||||
Translations also don't require an RFC.
|
||||
If you want to contribute to the translations, you can visit the [website repository](https://github.com/semver/semver.org) and submit a PR.
|
||||
|
||||
## What the process is
|
||||
|
||||
When a pull request ("PR" from here forward) is opened against the specification or
|
||||
|
@ -3,3 +3,7 @@
|
||||
"Semantic Versioning" or "SemVer" contains a set of rules and requirements that dictate how version numbers are assigned and incremented. You can find the full document in [semver.md](./semver.md) or visit our official website [semver.org](https://semver.org) to find previous versions and localized specifications.
|
||||
|
||||
Changes to the document are published to the website by a [GitHub Actions workflow](https://github.com/semver/semver.org/blob/gh-pages/.github/workflows/sync.yml) which runs once each day.
|
||||
|
||||
## Contributing
|
||||
|
||||
See the [contribution guide](./CONTRIBUTING.md).
|
||||
|
Loading…
Reference in New Issue
Block a user