1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #80 from oceanprotocol/feature/gh_releases

Added GH releases
This commit is contained in:
Matthias Kretschmann 2019-04-08 17:28:28 +02:00 committed by GitHub
commit 72741f5ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 84 additions and 0 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1 @@
* @oceanprotocol/maintainers @oceanprotocol/core-dev

3
.github/CONTRIBUTING.md vendored Normal file
View File

@ -0,0 +1,3 @@
# Contributing
See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concepts/contributing/)" in the Ocean Protocol documentation.

47
.github/issue_template.md vendored Normal file
View File

@ -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.

23
.github/pull_request_template.md vendored Normal file
View File

@ -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-->]()

View File

@ -10,3 +10,13 @@ notifications:
email: false email: false
cache: npm 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