# Участие в разработке

Исходный код полностью открыт и доступен по ссылке: <https://github.com/JAlHund/cold-path-map-editor>\
Каждый может принять участие. Но что-то подсказывает, что делать буду только я, поэтому правила внесения вклада напишу основные:\
1\) Всегда тестировать изменения\
2\) Один Pull Request - одна задача (чтобы было проще проверить)\
Это касается, если вы хотите внести свои изменения в мой репозиторий. Вы можете клонировать и делать все, что угодно.

Чтобы работать над редактором, вам нужно скачать игровой движок Defold, загрузить исходники и открыть в движке проект редактора карт


---

# 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://book.denismakhortov.com/ru/guides/map-editor/map-editor-contributing.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.
