mirror of
https://github.com/semver/semver.git
synced 2025-08-23 14:28:34 +00:00
Merge pull request #943 from JohnTitor/contributing-guide
This commit is contained in:
commit
38a25311c9
@ -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