Skip to content
This repository was archived by the owner on Jan 14, 2020. It is now read-only.

Commit c51f07b

Browse files
committed
adding issue and pull request templates
1 parent da8e595 commit c51f07b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
If you need help, please ask in our [#engineering channel on Discord](http://www.originprotocol.com/discord).
2+
3+
We use issues for tracking features, bugs and discussions.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
First pull request? Read our [guide to contributing](http://docs.originprotocol.com/#contributing)
2+
3+
### Checklist:
4+
5+
- [ ] Code contains relevant tests for the problem you are solving
6+
- [ ] Ensure all new and existing tests pass
7+
- [ ] Update any relevant READMEs and [docs](https://github.com/OriginProtocol/docs)
8+
9+
### Description:
10+
11+
Please explain the changes you made here:
12+
13+
- A description of the problem you're trying to solve
14+
- An overview of the suggested solution
15+
- If the feature changes current behavior, reasons why your solution is better

0 commit comments

Comments
 (0)