From 8c4fba81539eda44ddb5f9f7120bdd3ff25d484f Mon Sep 17 00:00:00 2001 From: JCKim Date: Tue, 17 Sep 2019 10:20:35 +0900 Subject: [PATCH] chore: add PULL_REQUEST_TEMPLATE.md (#47) --- PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..93f906e816 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +## Description + + +## Motivation and context + + + +## How has this been tested? + + + + +## Screenshots (if appropriate): + +## Checklist: + + +- [ ] I followed the [contributing guidelines](https://github.com/link-chain/link/blob/master/CONTRIBUTING.md). +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes.