Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.