mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
removed gitter + added port
This commit is contained in:
parent
d8538ff854
commit
937afc2493
@ -12,7 +12,7 @@ module.exports = {
|
|||||||
Blog: 'https://blog.oceanprotocol.com',
|
Blog: 'https://blog.oceanprotocol.com',
|
||||||
GitHub: 'https://github.com/oceanprotocol',
|
GitHub: 'https://github.com/oceanprotocol',
|
||||||
Twitter: 'https://twitter.com/oceanprotocol',
|
Twitter: 'https://twitter.com/oceanprotocol',
|
||||||
Gitter: 'https://gitter.im/oceanprotocol/Lobby',
|
Port: 'https://port.oceanprotocol.com',
|
||||||
Telegram: 'https://t.me/OceanProtocol_Community'
|
Telegram: 'https://t.me/OceanProtocol_Community'
|
||||||
},
|
},
|
||||||
githubContentPath:
|
githubContentPath:
|
||||||
|
@ -10,7 +10,7 @@ Code development follows the [Ocean Engineering Principles](/concepts/principles
|
|||||||
|
|
||||||
- Read and understand the [legal requirements when contributing code](/concepts/legal-reqs/).
|
- Read and understand the [legal requirements when contributing code](/concepts/legal-reqs/).
|
||||||
- Look through the [dev-ocean repository on GitHub](https://github.com/oceanprotocol/dev-ocean). It summarizes Ocean Protocol software development practices and policies.
|
- Look through the [dev-ocean repository on GitHub](https://github.com/oceanprotocol/dev-ocean). It summarizes Ocean Protocol software development practices and policies.
|
||||||
- Ask technical questions in the [Ocean Protocol chatroom on Gitter](https://gitter.im/oceanprotocol/Lobby).
|
- Ask technical questions in the [Ocean Protocol chatroom on Discord](https://discord.gg/TnXjkR5).
|
||||||
- Find repository-specific development notes in each repository (usually in the root `README.md` file).
|
- Find repository-specific development notes in each repository (usually in the root `README.md` file).
|
||||||
|
|
||||||
## Report a Vulnerability
|
## Report a Vulnerability
|
||||||
|
@ -30,7 +30,7 @@ Otherwise you are an "external contributor" and you must do the following:
|
|||||||
- Make sure you're using the correct syntax for comments (which varies from language to language). The example shown above is for a Python file.
|
- Make sure you're using the correct syntax for comments (which varies from language to language). The example shown above is for a Python file.
|
||||||
|
|
||||||
1. Read the [Developer Certificate of Origin, Version 1.1](https://developercertificate.org/).
|
1. Read the [Developer Certificate of Origin, Version 1.1](https://developercertificate.org/).
|
||||||
1. You will be asked to include a Signed-off-by line in all your commit messages. (Instructions are given in the next step.) Make sure you understand that including a Signed-off-by line in your commits certifies that you can make the statements in the Developer Certificate of Origin. If you have questions about this, then please [ask on Gitter](https://gitter.im/oceanprotocol/Lobby) or elsewhere. Do not continue until you fully understand.
|
1. You will be asked to include a Signed-off-by line in all your commit messages. (Instructions are given in the next step.) Make sure you understand that including a Signed-off-by line in your commits certifies that you can make the statements in the Developer Certificate of Origin. If you have questions about this, then please [ask on Discord](https://discord.gg/TnXjkR5) or elsewhere. Do not continue until you fully understand.
|
||||||
1. Make sure that all your commit messages include a Signed-off-by line of the form:
|
1. Make sure that all your commit messages include a Signed-off-by line of the form:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
Loading…
Reference in New Issue
Block a user