From 52fa5ee7f0f441649f83333cc38d869944a4ab37 Mon Sep 17 00:00:00 2001 From: Oleg Date: Mon, 20 Nov 2017 10:58:55 -0800 Subject: [PATCH] adding PR template --- .github/issue_template.md | 2 +- .github/pull_request_template.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md index 44ff78ec7..bdcd4cee9 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,5 +1,5 @@ *Note:* For general questions and feature requests please leave a message -on [Gitter](https://gitter.im/comfy/comfortable-mexican-sofa) +on Gitter: https://gitter.im/comfy/comfortable-mexican-sofa ### Expected behavior Tell us what should happen diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..e5e15deba --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ +### Summary + +General information about what this PR is all about. If it fixes any issues +please don't forget to tag them. + +Thanks for contributing!