From a362531feed8248502e0a3e6f500314e16c03bd6 Mon Sep 17 00:00:00 2001 From: Salman Shah Date: Tue, 3 Oct 2017 23:34:15 +0530 Subject: [PATCH] Documentation patch (#29) * Create PULL_REQUEST_TEMPLATE.md * Documentation Patch added --- CODE OF CONDUCT.md => CODE_OF_CONDUCT.md | 0 PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 2 files changed, 8 insertions(+) rename CODE OF CONDUCT.md => CODE_OF_CONDUCT.md (100%) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/CODE OF CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from CODE OF CONDUCT.md rename to CODE_OF_CONDUCT.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..bab6321 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +This Pull Request resolves Issue # + +Description: +In this Pull Request we have done the following additions/edits for the code: + +Note: Delete all the text including this! +* Make sure you replace `#` with the particular Issue that you are referencing with! +* Make sure you describe the Issue properly and ask as many people as possible to review your Pull Request so that it can be merged as soon as possible!