1# Contributing to ArviZ
2This document outlines only the most common contributions.
3Please see the [Contributing guide](https://arviz-devs.github.io/arviz/contributing/index.html)
4on our documentation for a better view of how can you contribute to ArviZ.
5We welcome a wide range of contributions, not only code!
6
7## Reporting issues
8If you encounter any bug or incorrect behaviour while using ArviZ,
9please report an issue to our [issue tracker](https://github.com/arviz-devs/arviz/issues).
10Please include any supporting information, in particular the version of
11ArviZ that you are using.
12The issue tracker has several templates available to help in writing the issue
13and including useful supporting information.
14
15## Contributing code
16Thanks for your interest in contributing code to ArviZ!
17
18* If this is your first time contributing to a project on GitHub, please read through our step by step guide to contributing to ArviZ
19* If you have contributed to other projects on GitHub you can go straight to our [development workflow]()
20
21### Adding new features
22If you are interested in adding a new feature to ArviZ,
23first submit an issue using the "Feature Request" label for the community
24to discuss its place and implementation within ArviZ.
25