Skip to content

Commit

Permalink
added pull request template
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Herrold (Intel Corporation) <[email protected]>
  • Loading branch information
DrewBearly committed Jan 7, 2020
1 parent 9340ac3 commit b78dde9
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Modify this template as needed to best reflect your specific pull request.

# Type

Please state what type of addition your pull request is:
[ ] Add App |
[ ] Add Network |
[ ] Repository Enhancement |
[ ] Bugfix (App) |
[ ] Bugfix (Network) |
[ ] Bugfix (ncappzoo) |
[ ] Content Update (Documentation) |

# Description

Please include a summary of the addition or change that you are making. If making a change to an existing application or network, make sure to state which network or app you are changing. If you're making a change to an existing network or app, don't forget to update the relevant code author documentation:


### Issue \# [ ]

If your change fixes a known bug, please list the issue. If your change fixes an unknown bug, please submit an issue before submitting your pull request. Your pull request will not be merged without a matching issue if it fixes a bug.

# Testing

#### Tested?: [ ]
#### OS (Include Version): [ ]
#### OpenVINO Version: [ ]
#### Python Version: [ ]
#### Additional Info:

How has your change been tested? Have you tested your change on Ubuntu with an Intel&reg; Movidius&trade; Neural Compute Stick or Intel&reg; Neural Compute Stick 2? Describe your testing procedure here, including OS, installed OpenVINO version, Python version, and applicable compiler versions.

If you have not tested your change, make sure to clearly label that it has **not been tested.**

# Checklist

- [ ] I have self-reviewed my code
- [ ] I have commented my code, especially in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] Any dependent changes have been merged and published in downstream modules.

0 comments on commit b78dde9

Please sign in to comment.