From 27ec687e49767e6b7fbfbe803f2787fffe97f5fd Mon Sep 17 00:00:00 2001 From: Stuart Leeks Date: Tue, 6 Dec 2022 09:40:07 +0000 Subject: [PATCH] Fix typo (#605) fix: typo in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82bbfdf2..5343493d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ As a contributor, here are the guidelines we would like you to follow: - [Signing the CLA](#signing-the-cla) - [Code of Conduct](#code-of-conduct) - [Got a Question or Problem?](#got-a-question-or-problem) - - [Found an Bug?](#found-an-bug) + - [Found a Bug?](#found-a-bug) - [Missing a Feature?](#missing-a-feature) - [Submission Guidelines](#submission-guidelines) - [Submitting an Issue](#submitting-an-issue) @@ -66,7 +66,7 @@ To save your and our time, we will systematically close all issues that are requ If you would like to chat about the question in real-time, you can reach out via [our Twitter][twitter]. -## Found an Bug? +## Found a Bug? If you find a bug in the source code or a mistake or a typo in the documentation, you can help us by [submitting an issue][github-issues] to our [GitHub Repository][github]. Even better, you can [submit a Pull Request][github-pull-request] with a fix.