From 46150444fa637819b8b0e442f69ac760ae522532 Mon Sep 17 00:00:00 2001 From: Godfrain Jacques Date: Mon, 4 Nov 2024 12:11:44 -0800 Subject: [PATCH] Update CONTRIBUTING.md Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48903c1..329712b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Thank you for considering contributing! To maintain the quality and usefulness of Hedgehog, please adhere to the following guidelines when submitting a pull request: - **Search for Existing Issues**: Before making a new issues, check previous issues to avoid duplicates. -- **Minimal required fields in Issues**: Issue shoudl contain at least a description, acceptance criteria and the estimated difficulty level. +- **Minimal required fields in Issues**: Issue should contain at least a description, acceptance criteria and the estimated difficulty level. - **Direct Links Only**: All links should point directly to the repository with no tracking links. - **Assign reviewers to you pull request**: Be proactive and assign one of many reviewers and get the changes merged. You own it! - **Add tests**: Add tests or proof that your changes won't break current changes.