1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00

Merge pull request #169 from oceanprotocol/simplify-ways-to-contribute

Simplify the 'Ways to Contribute' page
This commit is contained in:
Troy McConaghy 2019-03-12 16:18:42 +01:00 committed by GitHub
commit 342789a80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,7 @@ Code development follows the [Ocean Engineering Principles](/concepts/principles
## Help Develop Core Ocean Software
- Read and understand the [legal requirements when contributing code](/concepts/legal-reqs/). In particular, note that you must:
- add a copyright notice to the top of all files you modify or create (if one isn't there already).
- include a Signed-off-by line in all your Git commit messages.
- 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).
- Find repository-specific development notes in each repository (usually in the root `README.md` file).