# OpenMMLab 贡献者成长地图

欢迎大家来到 OpenMMLab 贡献者成长地图，期待和大家一起成长为开发者大佬！！！

## 1. 贡献者成长地图

如果你的基础比较好，只需要看 [mmengine 文档](https://mmengine.readthedocs.io/zh_CN/latest/notes/contributing.html) 中贡献代码的一篇文章快速参与贡献。

同时我们给大家准备了：

* [Windows 环境配置](https://mmsig.openmmlab.com/general/env/win11)、[GitHub Codespace 云 Linux 环境配置](https://mmsig.openmmlab.com/general/env/github)&#x20;
* [熟悉GitHub/Git 教程](https://mmsig.openmmlab.com/general/git)
* [单元测试](https://mmsig.openmmlab.com/general/unitest)
* [贡献一个标准格式的数据集](https://mmsig.openmmlab.com/mm/mmsegmentation/standdata)
* [Transform 数据增强贡献指南](https://mmsig.openmmlab.com/mm/mmcv/transform)

更多内容正在和社区共建中，欢迎大家一起参与共建\~


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mmsig.openmmlab.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
