diff options
| author | 2023-08-28 07:12:40 +0000 | |
|---|---|---|
| committer | 2023-08-28 07:12:40 +0000 | |
| commit | 2ec313a21fee25f5022e748315ea5e7d587384f6 (patch) | |
| tree | 649b04a17d7fd5ac0d0e02148b3643c6e36e75e3 /vendor/github.com/google/uuid/CONTRIBUTING.md | |
| parent | [chore]: Bump github.com/KimMachineGun/automemlimit from 0.2.6 to 0.3.0 (#2165) (diff) | |
| download | gotosocial-2ec313a21fee25f5022e748315ea5e7d587384f6.tar.xz | |
[chore]: Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#2166)
Diffstat (limited to 'vendor/github.com/google/uuid/CONTRIBUTING.md')
| -rw-r--r-- | vendor/github.com/google/uuid/CONTRIBUTING.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/github.com/google/uuid/CONTRIBUTING.md b/vendor/github.com/google/uuid/CONTRIBUTING.md index 04fdf09f1..556688872 100644 --- a/vendor/github.com/google/uuid/CONTRIBUTING.md +++ b/vendor/github.com/google/uuid/CONTRIBUTING.md @@ -2,6 +2,22 @@ We definitely welcome patches and contribution to this project! +### Tips + +Commits must be formatted according to the [Conventional Commits Specification](https://www.conventionalcommits.org). + +Always try to include a test case! If it is not possible or not necessary, +please explain why in the pull request description. + +### Releasing + +Commits that would precipitate a SemVer change, as desrcibed in the Conventional +Commits Specification, will trigger [`release-please`](https://github.com/google-github-actions/release-please-action) +to create a release candidate pull request. Once submitted, `release-please` +will create a release. + +For tips on how to work with `release-please`, see its documentation. + ### Legal requirements In order to protect both you and ourselves, you will need to sign the |
