Skip to content

Commit eb17995

Browse files
committed
Merge rust-bitcoin#5024: docs(CONTRIBUTING.md): Fix broken anchors
f53af9f docs(CONTRIBUTING.md): Fix broken anchors (BonyHanter83) Pull request description: This updates CONTRIBUTING.md to fix two dead anchors that currently 404. The Table of Contents linked “CI and Merging” to #merging, but the markdown-generated anchor is #ci-and-merging; the ToC also referenced a “Policy” section that didn’t exist. I corrected the ToC link and added a short “Policy” section pointing to docs/policy.md. ACKs for top commit: apoelstra: ACK f53af9f; successfully ran local tests; this is great, thanks! Tree-SHA512: 6836ddda3ebeda37c03363d04c590a4935a0a378ba2352c3d45b4c9d55e9892ac5994293d143f06b6ad9940a4e7670125d369af22283e19cd769d8b4a140b3fa
2 parents c240a27 + f53af9f commit eb17995

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ changes to this document in a pull request.
1616
- [Contribution workflow](#contribution-workflow)
1717
* [Preparing PRs](#preparing-prs)
1818
* [Peer review](#peer-review)
19-
* [CI and Merging](#merging)
19+
* [CI and Merging](#ci-and-merging)
2020
* [Repository maintainers](#repository-maintainers)
2121
- [Coding conventions](#coding-conventions)
2222
* [Naming conventions](#naming-conventions)
@@ -218,6 +218,10 @@ Use of `unsafe` code is prohibited unless there is a unanimous decision among
218218
library maintainers on the exclusion from this rule. In such cases there is a
219219
requirement to test unsafe code with sanitizers including Miri.
220220

221+
### Policy
222+
223+
For broader project policy and guidelines, see [policy.md](./docs/policy.md).
224+
221225
### API changes
222226

223227
All PRs that change the public API of `rust-bitcoin` will be checked on CI for

0 commit comments

Comments
 (0)