From f77f8b2bc46dbc59a5550d8b9e3f2c5f300ac2d8 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Mon, 8 Apr 2019 16:41:59 +0200 Subject: [PATCH 1/2] Added GH releases --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 75291d0..670ddec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,13 @@ notifications: email: false cache: npm + +deploy: + - provider: releases + skip_cleanup: true + api_key: + secure: "KA1LufU7feHaoEzdYjx/RgfDANf/zze5RK+yGXNJKlfeRgZYc1eNXr7fhMpAMV8vOXd5zTbfRYh9IoEr6GEO/LfYKqqAijxg0qdEPvwHsbQ2yZvxXxk3YmsCMzlYBUXltgnzhxH6jGGq3qEGpEezg1Ie2yB/J/hH565InpDe4WfS/+UdEC2Rn7s3kPE4ZrTzomM58Hz6G7eGa2pwynB/F4FCYBt6EZXidbt+6ejB3D/GzpgXMAkMFbNUmX3sK7zZjnsQK7WUalGEmc2Jy4n+jDXEQTJKKgITOKhgf6e8zwtQv9P0tsB/+l8KbJYsr/o5Fvz0aGeD8PQyKaWliCwR5HN4dhsm9022nrcwHF/Df6WYlfLOj5JNKzwgUwMBt36r3biGx+F7GXZ62B3rKi3TRWwV2dXyhmbnbhU2m8ldc9kq730DBUP8DWICM1CaXjQksnQtHE9xEbwrGp5aobO4oHbC5wFW20ZQ26FVxQ8vGlPmepfvlfZ2KBAClYI9cUyysOdXQFBQYECC/8n9+Izey4OyRIR4AGLNVrV8aW8SN9TVExDzNKrBTSRvDsyAgFNOfe47fO8ESglkz8AEoDRLtKJ2OpSGsOTSsICCENdHDDOYHF0h4uS4Fs9uW9eqHzZyDH/sZuwcwWiMgz+ALDS97HK9jkPlFISXdlv3HyTc5d4=" + on: + tags: true + all_branches: true + From ed7beb295bebf6ebceabd656b0fe21abc57fcca3 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Mon, 8 Apr 2019 16:44:03 +0200 Subject: [PATCH 2/2] Added GH templates --- .github/CODEOWNERS | 1 + .github/CONTRIBUTING.md | 3 ++ .github/issue_template.md | 47 ++++++++++++++++++++++++++++++++ .github/pull_request_template.md | 23 ++++++++++++++++ 4 files changed, 74 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b15358a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @oceanprotocol/maintainers @oceanprotocol/core-dev diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..eaf0ba7 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concepts/contributing/)" in the Ocean Protocol documentation. diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..f2bb68e --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,47 @@ +# Prerequisites + +Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** + +- [ ] I am running the latest version +- [ ] I checked the documentation and found no answer +- [ ] I checked to make sure that this issue has not already been filed +- [ ] I'm reporting the issue to the correct repository. + +## Expected Behavior + +Please describe the behavior you are expecting + +## Current Behavior + +What is the current behavior? Please provide as many details as possible. + +## Failure Information (for bugs) + +Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template. + +## Step to Reproduce the problem + +Please provide detailed steps for reproducing the issue. + +1. +2. +3. + +### Possible Solution + +Fill this section in if you know how this could or should be fixed. + +## Specifications + +Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. + +* Version: x.x.x +* Python: x.x +* Solidity: x.x.x +* JavaScript: x.x.x +* Node: x.x.x +* OS: macOS/linux/win + +## Failure Logs + +Please include any relevant log snippets or files here. \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..75bd7a5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +## Description + +Add a description of your changes here. + +## Is this PR related with an open issue? + +Related to Issue # + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Checklist: + +- [ ] Follows the code style of this project. +- [ ] Tests Cover Changes +- [ ] Documentation + +#### Funny gif + +![Put a link of a funny gif inside the parenthesis-->]() \ No newline at end of file