From 4f49ecc3efcc0825952b224a0613be8e912a7a09 Mon Sep 17 00:00:00 2001 From: Josh Fraser Date: Thu, 12 Apr 2018 19:01:25 -0700 Subject: [PATCH] adding issue and pull request templates --- .github/ISSUE_TEMPLATE.md | 3 +++ .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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