From 7620e1b0a63e330095b130aeefb656b8e20bcf5b Mon Sep 17 00:00:00 2001 From: Ansh Grover <168731971+Anshgrover23@users.noreply.github.com> Date: Fri, 28 Nov 2025 18:23:45 +0530 Subject: [PATCH] Fix markdown link formatting in CONTRIBUTING.md (#16176) CC: @FelixMalfait Before: image After: image --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2a036e1396..f996c47949 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -63,4 +63,4 @@ git push origin your-branch-name ## Reporting Issues -If you face any issues or have suggestions, please feel free to (create an issue on Twenty's GitHub repository)[https://github.com/twentyhq/twenty/issues/new]. Please provide as much detail as possible. +If you face any issues or have suggestions, please feel free to [create an issue on Twenty's GitHub repository](https://github.com/twentyhq/twenty/issues/new). Please provide as much detail as possible.