Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Adds PR template (#180)
Browse files Browse the repository at this point in the history
* Adds PR template

DEV adds default pull request template to help remind contributors to use PR commit message tags.
  • Loading branch information
bileschi authored and caisq committed May 14, 2018
1 parent 0bed34b commit 48c2313
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 48c2313

Please sign in to comment.