tide/.github/PULL_REQUEST_TEMPLATE.md
2020-09-07 12:00:54 -07:00

32 lines
915 B
Markdown

<!-- Provide a general summary of your changes in the Title above. -->
#### Description
<!-- Describe your changes. -->
<!-- This following sections apply only to large PRs, you may disregard them for small ones. -->
#### Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
Closes # <!--- Please link to an open issue. -->
#### Screenshots (if appropriate)
#### How Has This Been Tested
<!-- Please describe how you tested your changes. -->
<!-- If you have not tested your changes on both OSes, someone else can help you out. -->
- [ ] I have tested using **Linux**.
- [ ] I have tested using **MacOS**.
#### Checklist
<!-- Go over 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! -->
- [ ] I have updated the documentation accordingly.
- [ ] I have updated the tests accordingly.