File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
218218library maintainers on the exclusion from this rule. In such cases there is a
219219requirement 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
223227All PRs that change the public API of ` rust-bitcoin ` will be checked on CI for
You can’t perform that action at this time.
0 commit comments