---
title: How to Contribute to Capawesome
description: Contribute to Capawesome open source, report bugs, request features, submit plugin ideas, and open pull requests for Capacitor plugins and docs.
---

# Contributing

First, thank you for considering contributing to Capawesome! It's people like you that make this such a great community.
We welcome any type of contribution, not only code. Please also read our [Code of Conduct](code-of-conduct.md) before participating.

In this section, we guide you through our processes.

## Create an issue

<div class="grid cards" markdown>

-   :material-bug-outline: &nbsp;
    __Something is not working?__

    ---

    Report a bug by creating an issue with a reproduction.

    ---

    [:octicons-arrow-right-24: Report a bug](bug-reports.md)

-   :material-lightbulb-on-20: &nbsp;
    __Want to submit a feature request?__

    ---

    Propose a change, feature request, or suggest an improvement.

    ---

    [:octicons-arrow-right-24: Request a feature](feature-requests.md)

-   :material-power-plug-outline: &nbsp;
    __Want to submit a plugin request?__

    ---

    Propose a new plugin by creating an issue with a detailed description.

    ---

    [:octicons-arrow-right-24: Request a plugin](plugin-requests.md)

-   :material-account-question-outline: &nbsp;
    __Have a question or need help?__

    ---

    Ask a question on our discussion boards and get in touch with our community.

    ---

    [:octicons-arrow-right-24: Ask a question](https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion#creating-a-discussion){:target="_blank"}

</div>

## Create a pull request

<div class="grid cards" markdown>

-   :material-source-pull: &nbsp;
    __Want to create a pull request?__

    ---

    Learn how to create a comprehensive and useful pull request.

    ---

    [:octicons-arrow-right-24: Create a pull request](pull-requests.md)

</div>
