From 147d993034588eb0edb4ac9643b6998590107d30 Mon Sep 17 00:00:00 2001 From: Jacob Galam Date: Fri, 27 Dec 2024 17:03:59 +0200 Subject: [PATCH 1/2] update table of contents in CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 930da90f..3592ce87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Thank you for your interest in contributing to the Uuid Project! * [Pull Requests](#pull-requests) * [Writing Documentation](#writing-documentation) * [Issue Triage](#issue-triage) -* [Out-of-tree Contributions](#out-of-tree-contributions) +* [Fuzzing](#fuzzing) * [Helpful Links](#helpful-links) For any questions, please make a post on [Discussions] or [users.rust-lang.org][u-r-l-o]. @@ -114,6 +114,8 @@ You can follow [this link][lrus] to look for issues like this. [lrus]: https://github.com/uuid-rs/uuid/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc # Fuzzing +[Fuzzing]: #fuzzing + We use [`cargo fuzz`] to fuzz test various parts of `uuid`. See their guide for more details on what fuzzing is and how to run the tests yourself. From 6e55348c06d1b50fe94b4ce7736556d0b9b1c933 Mon Sep 17 00:00:00 2001 From: Jacob Galam Date: Fri, 27 Dec 2024 17:07:44 +0200 Subject: [PATCH 2/2] Fix broken link to RFC 1574 in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3592ce87..655773a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,7 +99,7 @@ improvements to documentation are always welcome. We follow the documentation style guidelines as given by [RFC 1574]. -[RFC 1574]: https://github.com/rust-lang/rfcs/blob/main/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text +[RFC 1574]: https://github.com/rust-lang/rfcs/blob/9b39f573ff9fc230de7388fb515bac0794fe2e36/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text # Issue Triage [Issue Triage]: #issue-triage