From 560869ca888c038be30b8e7ad65af2f288d1d83d Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 6 Nov 2023 12:28:09 +0100 Subject: [PATCH] chore: initial CONTRIBUTING guide --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f6844b9 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +#: CONTRIBUTING + +This file contains the contributing guide for our project. + +To contribute to our project, please follow these steps: +1. Fork the repository on GitHub. +2. Clone the forked repository to your local machine. +3. Create a new branch for your changes. +4. Make your changes and commit them with a descriptive message. +5. Push your changes to your forked repository. +6. Create a pull request to merge your changes into the main repository.