From d44d8db292c361be0db4b061eb4fc9318466a4c6 Mon Sep 17 00:00:00 2001 From: Stanley Bileschi Date: Mon, 14 May 2018 16:09:51 -0400 Subject: [PATCH 1/2] adds pull request template --- pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..be9dfcfbb4 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,24 @@ +Please remember to apply all applicable tags to your pull request: +---- +Our release notes are automatically generated from the commit messages. Please structure your commit message using these tags to simplify the release notes processs. + +Example: +---- + + Subject: Improvements to matMul. (#900) + + Body: + FEATURE Add transpose bits to matmul. + PERFORMANCE Improve matMul CPU speed by 100%. + +Tags: +---- +* FEATURE -- (when new functionality / API is added) +* BREAKING -- (when there is API breakage) +* BUG -- (bug fixes) +* PERF -- (performance improvements) +* DEV -- (development flow changes) +* DOC -- (documentation changes) +* SECURITY -- (security changes) +* MISC -- If no tag is specified, it will be put under a "MISC" tag. + From d6a1f3c3bc54f3f017419a34feb9bc9cecf9adfb Mon Sep 17 00:00:00 2001 From: Stanley Bileschi Date: Mon, 14 May 2018 16:58:33 -0400 Subject: [PATCH 2/2] Update pull_request_template.md --- pull_request_template.md | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index be9dfcfbb4..85552698c8 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,24 +1,3 @@ -Please remember to apply all applicable tags to your pull request: ----- -Our release notes are automatically generated from the commit messages. Please structure your commit message using these tags to simplify the release notes processs. - -Example: ----- - - Subject: Improvements to matMul. (#900) - - Body: - FEATURE Add transpose bits to matmul. - PERFORMANCE Improve matMul CPU speed by 100%. - -Tags: ----- -* FEATURE -- (when new functionality / API is added) -* BREAKING -- (when there is API breakage) -* BUG -- (bug fixes) -* PERF -- (performance improvements) -* DEV -- (development flow changes) -* DOC -- (documentation changes) -* SECURITY -- (security changes) -* MISC -- If no tag is specified, it will be put under a "MISC" tag. - +Please remember to apply all applicable tags to your pull request. +Tags: FEATURE, BREAKING, BUG, PERF, DEV, DOC, SECURITY +For more info see: https://github.com/tensorflow/tfjs/blob/master/DEVELOPMENT.md