From 732b9c9f1f5cbf0995d45b7142afbaaeda82ea4e Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Wed, 20 Dec 2023 20:28:51 +0100 Subject: [PATCH] Add project setup instructions --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40ca8b7..d394d3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,6 +30,7 @@ This can be in the form of a bug report or issue, for example, or as a feature i ### 4. Make Your Changes +- [Set up the project](#project-setup) if you have not already done so. - Open the project in your code editor or IDE. - Make your changes to the project. - Test your changes to ensure they work correctly.