From d77c576f806784b0dc9f3ecf1d770e157d636e9a Mon Sep 17 00:00:00 2001 From: dustin-jw Date: Fri, 3 Nov 2023 10:34:36 -0600 Subject: [PATCH] docs: remove unnecessary sparkbox reference --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6ba2024..33274d12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,6 @@ Here's a few things you should know before you submit your PR: - Ensure tests pass: `npm test` - Make changes and then make sure the linters and tests still pass - Push your branch/fork and [submit a PR][pr] -- Assign a [sparkboxer][contributors] to review your PR ## Commit Style @@ -44,5 +43,4 @@ feature: add new linting rule for ... [issues]: ./issues [pr]: ./compare -[contributors]: ./graphs/contributors [conventional commits]: https://www.conventionalcommits.org/en/v1.0.0/