mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Added GH templates
This commit is contained in:
parent
f77f8b2bc4
commit
ed7beb295b
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@ -0,0 +1 @@
|
||||
* @oceanprotocol/maintainers @oceanprotocol/core-dev
|
3
.github/CONTRIBUTING.md
vendored
Normal file
3
.github/CONTRIBUTING.md
vendored
Normal 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
47
.github/issue_template.md
vendored
Normal 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
23
.github/pull_request_template.md
vendored
Normal 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-->]()
|
Loading…
Reference in New Issue
Block a user