From ff35ab8626ffa5caf0a0a92477476d070e822131 Mon Sep 17 00:00:00 2001 From: tariqibrahim Date: Wed, 5 Dec 2018 14:21:02 -0800 Subject: [PATCH] Renaming Issue Templates correctly and adding a pull request template Signed-off-by: tariqibrahim --- .github/{issue_template.md => ISSUE_TEMPLATE.md} | 0 .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 2 files changed, 12 insertions(+) rename .github/{issue_template.md => ISSUE_TEMPLATE.md} (100%) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..595b50218 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ + + +**What this PR does / why we need it**: + +**Special notes for your reviewer**: + +**If applicable**: +- [ ] this PR contains documentation +- [ ] this PR contains unit tests +- [ ] this PR has been tested for backwards compatibility