mirror of
https://github.com/miguelmota/cointop
synced 2024-11-18 15:25:31 +00:00
25 lines
708 B
Markdown
25 lines
708 B
Markdown
---
|
|
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/miguelmota/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/miguelmota/cointop/tree/master/docs/content)
|
|
|
|
Run the documentation locally with:
|
|
|
|
```bash
|
|
make docs-server
|
|
```
|
|
|
|
Visit [http://localhost:8080/](http://localhost:8080/)
|