File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
- ## Acknowledgment
2
- - [ ] I acknowledge that this contribution will be available under the Apache 2 license.
3
-
4
1
## Types of changes
5
- <!-- - What types of changes does your code introduce? Put an `x` in all the boxes that apply : -->
6
- - [ ] Bug fix (non-breaking change which fixes an issue)
7
- - [ ] New feature (non-breaking change which adds functionality)
8
- - [ ] Breaking change (fix or feature that would cause existing functionality to change)
2
+ <!-- - What types of changes does your code introduce? Keep only relevant points : -->
3
+ - Bug fix (non-breaking change which fixes an issue)
4
+ - New feature (non-breaking change which adds functionality)
5
+ - Breaking change (fix or feature that would cause existing functionality to change)
9
6
10
7
## Summary
11
8
<!-- - What does your code do? -->
12
9
13
10
## Checklist
14
11
<!-- - Please, let us know if you need help-->
15
- - [ ] All tests passing
16
- - [ ] I have added tests to cover my changes
12
+ - [ ] I have added tests to cover my changes (if necessary)
17
13
- [ ] I have updated documentation (if necessary)
18
- - [ ] My code follows the code style of this project
19
- (we are using ` black ` : you can ` pip install pre-commit ` ,
20
- run ` pre-commit install ` in the ` pydra ` directory
21
- and ` black ` will be run automatically with each commit)
You can’t perform that action at this time.
0 commit comments