adding issue and pull request templates

This commit is contained in:
Josh Fraser 2018-04-12 19:01:25 -07:00
parent 3b73710c3b
commit 4f49ecc3ef
2 changed files with 18 additions and 0 deletions

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

@ -0,0 +1,3 @@
If you need help, please ask in our [#engineering channel on Discord](http://www.originprotocol.com/discord).
We use issues for tracking features, bugs and discussions.

15
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View 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