Skip to content

Commit cb33a1a

Browse files
Copilotsimongdavies
andcommitted
Rename dco-compliance.md to commit-signing.md and update references
Co-authored-by: simongdavies <1397489+simongdavies@users.noreply.github.com>
1 parent 6efbcde commit cb33a1a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ GPG signatures verify the identity of the committer. To set up GPG signing:
9797
git commit -S -s -m 'This is my signed and signed-off commit message'
9898
```
9999

100-
For detailed instructions on setting up both signature types, see [docs/dco-compliance.md](./docs/dco-compliance.md).
100+
For detailed instructions on setting up both signature types, see [docs/commit-signing.md](./docs/commit-signing.md).
101101

102102
Each Pull Request is checked to ensure all commits contain valid DCO sign-offs and GPG signatures.
103103

@@ -121,7 +121,7 @@ git commit --amend --no-edit -S -s
121121
git rebase --continue
122122
```
123123

124-
For more detailed instructions on fixing commits, see [docs/dco-compliance.md](./docs/dco-compliance.md).
124+
For more detailed instructions on fixing commits, see [docs/commit-signing.md](./docs/commit-signing.md).
125125

126126
### Rust Analyzer
127127

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ All commits to this repository require:
284284
1. **GPG Verified Signatures**: Each commit must be cryptographically signed using GPG to verify the committer's identity.
285285
2. **DCO Sign-offs**: Each commit must include a Developer Certificate of Origin sign-off line.
286286

287-
For details on configuring both requirements, see [docs/dco-compliance.md](./docs/dco-compliance.md) and the [CONTRIBUTING.md](./CONTRIBUTING.md#developer-certificate-of-origin-signing-your-work) file.
287+
For details on configuring both requirements, see [docs/commit-signing.md](./docs/commit-signing.md) and the [CONTRIBUTING.md](./CONTRIBUTING.md#developer-certificate-of-origin-signing-your-work) file.
File renamed without changes.

0 commit comments

Comments
 (0)