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