0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 13:58:33 +00:00

Refine the contributing guide

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Yuki Okushi 2023-05-07 10:05:23 +09:00
parent b9bcf66835
commit 28f2acc94b
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,11 @@ Some changes do not require an RFC:
* Typo fixes * Typo fixes
* Small wording clarifications that do not impact the semantics of the specification. * 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 ## What the process is
When a pull request ("PR" from here forward) is opened against the specification or When a pull request ("PR" from here forward) is opened against the specification or

View File

@ -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. "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. 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).