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

Adds PR template #180

Merged
merged 2 commits into from
May 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.