docs(CONTRIBUTING.md): Fix broken anchors
What changed, and why it matters
This commit is a documentation-only fix. It corrects a broken internal link anchor in the project's CONTRIBUTING.md file and adds a short note pointing readers to a separate policy document. There is no change to code, no security relevance, and no risk to users.
No security action needed. This is a routine documentation maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies CONTRIBUTING.md only. It changes one Markdown table-of-contents anchor from ‘#merging’ to ‘#ci-and-merging’ to match the actual heading, and adds a ‘Policy’ subsection with a link to docs/policy.md. No Rust source, build scripts, tests, or dependencies are touched.
Changed components
CONTRIBUTING.mdInspect captured patch +5 / −1
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 02345a36..3e5ed3a6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,7 +16,7 @@ changes to this document in a pull request.
- [Contribution workflow](#contribution-workflow)
* [Preparing PRs](#preparing-prs)
* [Peer review](#peer-review)
- * [CI and Merging](#merging)
+ * [CI and Merging](#ci-and-merging)
* [Repository maintainers](#repository-maintainers)
- [Coding conventions](#coding-conventions)
* [Naming conventions](#naming-conventions)
@@ -218,6 +218,10 @@ Use of `unsafe` code is prohibited unless there is a unanimous decision among
library maintainers on the exclusion from this rule. In such cases there is a
requirement to test unsafe code with sanitizers including Miri.
+### Policy
+
+For broader project policy and guidelines, see [policy.md](./docs/policy.md).
+
### API changes
All PRs that change the public API of `rust-bitcoin` will be checked on CI for
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.