adding issue and pull request templates
This commit is contained in:
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
First pull request? Read our [guide to contributing](http://docs.originprotocol.com/#contributing)
|
||||
|
||||
### Checklist:
|
||||
|
||||
- [ ] Code contains relevant tests for the problem you are solving
|
||||
- [ ] Ensure all new and existing tests pass
|
||||
- [ ] Update any relevant READMEs and [docs](https://github.com/OriginProtocol/docs)
|
||||
|
||||
### Description:
|
||||
|
||||
Please explain the changes you made here:
|
||||
|
||||
- A description of the problem you're trying to solve
|
||||
- An overview of the suggested solution
|
||||
- If the feature changes current behavior, reasons why your solution is better
|
Reference in New Issue
Block a user