diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..9241c6117f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ + + +**What type of PR is this?** + +> Uncomment one line below and remove others. +> +> Bug fix +> Feature +> Documentation +> Other + +**What does this PR do? Why is it needed?** + +**Which issues(s) does this PR fix?** + +Fixes # + +**Other notes for review** diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 9a53557ea9..0000000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ -TODO(you): choose "part of" or "resolves" and the associated github issue #. - -[Part of|Resolves] #531 - ---- - -# Description - -**Write why you are making the changes in this pull request** - -**Write a summary of the changes you are making** - -**Link anything that would be helpful or relevant to the reviewers**