diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a235890457..a05b5c20d8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,7 +12,7 @@ DO NOT CREATE AN ISSUE FOR A QUESTION - questions are better served as email or DELETE EVERYTHING IN THIS COMMENT BLOCK -## Template for Bug Reports +TEMPLATE FOR BUG REPORTS: --> ### What You Are Seeing? @@ -37,3 +37,9 @@ OR ~~~sh PLACE LOG CONTENT HERE ~~~ + + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d1cc415bc8..0875438635 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,6 +7,7 @@ A summary of our expectations: - You are not submitting a pull request from your MASTER branch. - You are able to sign the Contributor License Agreement (CLA). - YOUR GIT COMMIT MESSAGE FORMAT IS EXTREMELY IMPORTANT. We have a very defined expectation for this format and are sticklers about it. Really, READ the entire Contributing document. It will save you and us pain. + - Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us. THANKS! We appreciate you reading the entire Contributing document and not just scanning through it.