diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3529793..ba619eb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index d0cdb5f..4b71bfa 100644 --- a/README.md +++ b/README.md @@ -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).