1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00
docs/content/concepts/contributing.md

35 lines
1.3 KiB
Markdown
Raw Normal View History

2018-11-09 18:31:55 +01:00
---
title: Ways to Contribute
2020-10-17 09:09:20 +02:00
description: Help develop Ocean core software, more
2018-11-09 18:31:55 +01:00
---
2020-10-17 09:09:20 +02:00
### Help develop Ocean core software
2020-10-17 09:09:20 +02:00
We'd love to have you help contribute to the Ocean core software! Here are ways to get going:
2020-10-20 23:05:12 +02:00
- _Just do it:)_ Branch from the code, improve it, submit a Pull Request.
2020-10-17 09:09:20 +02:00
- Chat with other Ocean developers in [Discord](https://discord.gg/TnXjkR5).
2020-12-11 19:34:59 +01:00
- Because of the weird world of intellectual property, before it can go through, we need to follow the [legal requirements](/concepts/legal-reqs/). Please be aware of this.
- Finally, here's the [Contributor Code of Conduct](/concepts/code-of-conduct/).
2020-10-17 09:09:20 +02:00
### Develop an app or integration, using Ocean as a tool
2020-10-17 09:09:20 +02:00
Integrate Ocean at one of its interface points: React hooks, Javascript library, Python library, smart contracts, etc.
2018-11-09 18:31:55 +01:00
2020-10-17 09:09:20 +02:00
Ocean documentation will help. And... you're here:)
2018-11-09 18:31:55 +01:00
2020-10-17 09:09:20 +02:00
### Report a bug
2018-11-09 18:31:55 +01:00
2020-12-11 19:34:59 +01:00
To report a vulnerability, [go here](/concepts/vulnerabilities/).
2018-11-09 18:31:55 +01:00
2020-10-17 09:09:20 +02:00
To report a bug that isn't a vulnerability, go to the relevant GitHub repository, click on the Issues tab, click on the New issue button, and read the instructions.
2018-11-11 04:02:34 +01:00
2020-10-17 09:09:20 +02:00
### Improve these docs
2018-11-11 04:02:34 +01:00
2020-10-17 09:09:20 +02:00
These docs can always be improved. Here's the repo.
2018-11-11 04:02:34 +01:00
<repo name="docs"></repo>
2020-10-17 09:09:20 +02:00
### Other ways to get involved
2020-10-17 09:09:20 +02:00
Please go to the [Ocean Community Page](www.oceanprotocol.com/community) for more ideas on how to get involved.