From 9230bc6bf972b0fe50f268278ceaca8d2d145cd1 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Fri, 15 Dec 2023 15:42:34 +0100 Subject: [PATCH] Update CONTRIBUTING.md with contribution guidelines --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8039733..533d193 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ # How to contribute -TODO +This guide explains how you can contribute to this project. +This can be in the form of a bug report or issue, for example, or as a feature in a pull request. ## Report a Bug or Issue @@ -9,8 +10,6 @@ TODO - Make sure the bug has not already been reported by searching the GitHub Issues. - The information you provide should be comprehensive enough to reproduce the problem. -TODO: add https://chat.openai.com/share/a7fa8062-d81a-4518-ac9c-eb58363ce73a - ## Fix a Bug or add a new Feature ### 1. Fork the Repository