From 85212fc5907b360dda90d34786345ebaca503169 Mon Sep 17 00:00:00 2001 From: Gemini-Swarm Date: Wed, 3 Jun 2026 14:26:46 +0400 Subject: [PATCH] docs: Add CONTRIBUTING.md (Fixes #26) --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5e76782 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +## Setup + +To set up the environment, please ensure you have the required dependencies installed and run the installation script. + +## Running the tests + +You can verify your environment and the code by running the test suite. Use the following command: +`make test` + +## Submitting a pull request + +1. Fork the repository and create your feature branch. +2. Make your changes and ensure `make test` passes. +3. Submit a pull request and link any relevant issues. \ No newline at end of file