mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 01:37:01 +01:00
Add github templates
This commit is contained in:
parent
019c8a7106
commit
35e83cf014
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