mcpmark / docs /contributing /make-contribution.md
haochengsama's picture
Add files using upload-large-folder tool
a2ec7b6 verified
|
Raw
History Blame Contribute Delete
366 Bytes
# 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!