# Contributing

The source code is completely open and available at the link: <https://github.com/JAlHund/cold-path-map-editor>\
Everyone can take part. But something tells me that only I will do, so I will write the basic rules for making a contribution:\
1\) Always test changes 2) One Pull Request - one task (to make it easier to check) This is the case if you want to push your changes to my repository. You can clone and do whatever you want.

To work on the editor, you need to download the Defold game engine, download the sources and open the map editor project in the engine.


---

# 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/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.
