diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..d0e5ce5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..dbfd1f7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 \ No newline at end of file