# Contributing

## How to Contribute

* QA checks
* Bug hunting
* Requesting features
* Writing documentation
* Providing i18l support

### QA Checks

Manga+Press leverages WordPress' functionality as much as possible for seamless integration with themes. However, issues can still come up. Download and install the plugin. Test against freely available 3rd party themes, or popular free plugins. I presently do not support premium themes or plugins.

### Bug hunting

If you find a bug and have a fix, please fork the repo on Github and create a pull request describing the bug you found. I'll review and determine if the fix is safe to merge, or make suggestions on improving it. And yes, you will get props in the next release.

### Feature Requests

Feature requests can be submitted [here](https://manga-press.com/support/).

### Providing i18l support

Finally, the biggest area that help is needed in is multi-language support. Currently, Manga+Press has a Spanish-language version but I am not a native Spanish speaker, and I'm relying on Google Translate for my own translation needs.


---

# 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://mangapress.gitbook.io/manga-press-documentation/guides/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.
