diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4f351aa9c3..21d268617f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,40 +1,49 @@ - + ## Description - + ## Related Issue - + +This project only accepts pull requests related to open issues. +If suggesting a new feature or change, please discuss it in an issue first. +If fixing a bug, there should be an issue describing it with steps to reproduce. +Please replace "XYZ" below with the issue number that is being resolved by this +pull request. - +--> - +Resolves #XYZ ## Motivation and Context - + ## How Has This Been Tested? - + +Include details of your testing environment, and the tests you ran to +see how your change affects other areas of the code, etc. +Please describe in detail how you tested your changes. - +--> ## Screenshots (if appropriate): - + ## Checklist: - + +Go over all the following points, and put an `x` in all the boxes that apply. +If you're unsure about any of these, don't hesitate to ask. We're here to help! + +--> * \[ ] My code follows the code style of this project. * \[ ] My change requires a change to the documentation.