File size: 366 Bytes
a2ec7b6 | 1 2 3 4 5 6 7 8 9 10 | # Contributing
1. Fork the repository and create a feature branch.
2. Add new tasks under `tasks/<mcp>/<task_suite>/<category>/<task_id>/` with the files of `meta.json`, `description.md` and `verify.py`. Please refer to [Task Page](../datasets/task.md) for detailed instructions.
3. Ensure all tests pass.
4. Submit a pull request — contributions are welcome!
|