# Contributing

First, thank you for considering contributing to Open Collective! It's people like you that make this such a great community. We welcome any type of contribution, not only code.

Check out our [Roadmap](https://docs.opencollective.com/help/product/roadmap) for the latest priorities.

You can help with:

* **QA**: file [bug reports](https://github.com/opencollective/opencollective/issues), the more details you can give the better
* **Internationalization**: [translate the interface](https://crowdin.com/project/opencollective)
* **Documentation**:[ suggest edits](https://documentarians.gitbook.io/metadocumentation/clone/undefined#how-to-contribute-to-these-docs) to this documentation
* **Marketing**: writing blog posts and share success stories
* **Design**: help Collectives make a logo or a background image
* **Code**: there are always plenty of [open issues](https://github.com/OpenCollective/OpenCollective/issues)! We also have [Bounties](https://documentarians.gitbook.io/metadocumentation/clone/developers/bounties).
* **Feature ideas**: [raise an issue](https://github.com/opencollective/opencollective/issues/) with your suggestion
* **Peer Support**: answer questions [on our Slack](https://opencollective.slack.com)

## Code Contributions

Unsure where to begin contributing to Open Collective? You can start by looking through the \[good first issues]\([https://github.com/opencollective/opencollective/issues?q=is%3Aopen+is%3Aissue+label%3A"good+first+issue](https://github.com/opencollective/opencollective/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue)"), which should only require a few lines of code, and a test or two.

Want to get paid for contributing code? Check out our [bounty program](https://documentarians.gitbook.io/metadocumentation/clone/developers/bounties).

**General guidelines**

* The strings must be internationalized. See [/help/developers/translations](https://docs.opencollective.com/help/developers/translations)
* Whenever it's possible we must use `styled-components` to write styles. See [OC Styleguide](https://opencollective-styleguide.now.sh/)
* Icons must be imported from the [styled-icons](http://styled-icons.js.org/) library.
* Tests written with Cypress must follow our [good practices](https://docs.opencollective.com/help/developers/testing-with-cypress) conventions.

### Code review process

The bigger the pull request, the longer it will take to review and merge. Try to break down large pull requests into smaller chunks. If it's a bug fix, it will probably be quickly merged and deployed. If it's a new feature, it will need more testing and review.

**If you have any questions, reach out to**


---

# 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://documentarians.gitbook.io/metadocumentation/clone/about/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.
