1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-13 16:13:16 +02:00

removed gitter + added port

This commit is contained in:
Manan Patel 2020-06-22 16:51:24 +05:30
parent d8538ff854
commit 937afc2493
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
Blog: 'https://blog.oceanprotocol.com',
GitHub: 'https://github.com/oceanprotocol',
Twitter: 'https://twitter.com/oceanprotocol',
Gitter: 'https://gitter.im/oceanprotocol/Lobby',
Port: 'https://port.oceanprotocol.com',
Telegram: 'https://t.me/OceanProtocol_Community'
},
githubContentPath:

View File

@ -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/).
- 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).
## Report a Vulnerability

View File

@ -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.
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:
```text