aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Filipe Filardi <filipefilardi@hotmail.com>2018-04-21 14:57:38 -0300
committerGravatar GitHub <noreply@github.com>2018-04-21 14:57:38 -0300
commitea3d7ab5455f54a67e24428f159e9170be408d71 (patch)
treee5227c12ad406afb474d60b59625e7effb5b23ff
parent364f6eae07fa8f0e2f89a9f665d0af430ea96669 (diff)
Create Pull Request Template
-rw-r--r--PULL_REQUEST_TEMPLATE.md20
-rw-r--r--pull_request_template.md1
2 files changed, 20 insertions, 1 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..075bbc9945
--- /dev/null
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,20 @@
+<!-- tensorflow pull request template -->
+
+##### Pull Request Checklist
+<!-- Before sending your pull requests, make sure you followed this list and tick all items -->
+- [ ] Read [contributing guideline](CONTRIBUTING.md).
+- [ ] Read [code of conduct](CODE_OF_CONDUCT.md).
+- [ ] Fill [Contributor License Agreement (CLA)](https://cla.developers.google.com/).
+- [ ] Check if my changes are consistent with the [guidelines](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#general-guidelines-and-philosophy-for-contribution).
+- [ ] Changes are consistent with the [Coding Style](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#c-coding-style)
+- [ ] Run [Unit Tests](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#running-unit-tests).
+
+##### Issue Fix
+<!-- Does this pull request fix any issue ? -->
+- [ ] Yes
+- [ ] No
+
+Fixed issue:
+
+##### Description
+<!-- Detailed description of what you've done -->
diff --git a/pull_request_template.md b/pull_request_template.md
deleted file mode 100644
index 8b13789179..0000000000
--- a/pull_request_template.md
+++ /dev/null
@@ -1 +0,0 @@
-