Skip to content

Commit

Permalink
update table of contents in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobggman authored Dec 27, 2024
1 parent 8901919 commit 147d993
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 147d993

Please sign in to comment.