--- title: "Contributing" date: 2020-01-01T00:00:00-00:00 draft: false --- # Contributing Pull requests are welcome! For contributions please create a new branch and submit a pull request for review. Huge thanks to all the [contributors](https://github.com/cointop-sh/cointop/graphs/contributors) that have made cointop better. ## Documentation Keeping documentation up-to-date is always appreciated! If you'd like to make edits or make additions to the docs, the respective files are located under [`docs/content`](https://github.com/cointop-sh/cointop/tree/master/docs/content) Run the documentation locally with: ```bash make docs-server ``` Visit [http://localhost:8080/](http://localhost:8080/)