-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Beatriz Leon
authored
Apr 15, 2019
1 parent
1b307c1
commit 8b853ee
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Proposed changes | ||
|
||
Please explain the changes you made. Add pictures or videos to explain them better if appropiate. | ||
|
||
## Types of changes | ||
|
||
What types of changes does your code introduce? | ||
|
||
- [ ] Bugfix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
|
||
## Checklist | ||
|
||
Put an x in the boxes that apply. You can also fill these out after creating the PR. This is a reminder of what we should look for before merging this code. I have: | ||
|
||
- [ ] Read and follow the [contributing guidelines](https://github.com/shadow-robot/sr_documentation/blob/master/CONTRIBUTING.md). | ||
- [ ] Checked that all tests pass with my changes | ||
- [ ] Added tests (automatic or manual) that prove the fix is effective or that the feature works | ||
- [ ] Added necessary documentation (if appropriate) | ||
- [ ] Added the corresponding license to each file and add the current year of any one that you modified. | ||
- [ ] Tested on real hardware (if appropriate) | ||
 |