Skip to content

Commit 0520af5

Browse files
authored
simplifying the PR template
1 parent 1641c96 commit 0520af5

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1-
## Acknowledgment
2-
- [ ] I acknowledge that this contribution will be available under the Apache 2 license.
3-
41
## 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)
96

107
## Summary
118
<!--- What does your code do? -->
129

1310
## Checklist
1411
<!--- 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)
1713
- [ ] 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)

0 commit comments

Comments
 (0)