Skip to content

Commit cbf076f

Browse files
committed
update PR template
1 parent 0a5210a commit cbf076f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
## Types of changes
22
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
33

4-
- [ ] Docs change / refactoring / dependency upgrade
5-
- [ ] Bug fix (non-breaking change which fixes an issue)
6-
- [ ] New feature (non-breaking change which adds functionality)
7-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
84

95

106
## Motivation and context / Related issue
@@ -13,16 +9,19 @@
139
<!--- (we recommend to have an existing issue for each pull request) -->
1410

1511

12+
1613
## How has this been tested (if it applies)
1714
<!--- Please describe here how your modifications have been tested. -->
1815

1916

20-
## Checklist
17+
18+
## PR checklist
2119
<!-- - Go over all the following points, and put an `x` in all the boxes that apply. -->
2220
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
2321

24-
- [ ] The documentation is up-to-date with the changes I made.
2522
- [ ] I have read the [**CONTRIBUTING**](CONTRIBUTING.md) document.
26-
- [ ] All tests passed, and additional code has been covered with new tests.
23+
- [ ] The documentation is up-to-date with the changes I made (check build artifacts).
24+
- [ ] All tests passed, and additional code has been **covered with new tests**.
25+
- [ ] I have added the PR and Issue fix to the [**RELEASES.md**](RELEASES.md) file.
2726

2827
<!--- In any case, don't hesitate to join and ask questions if you need on slack (https://pot-toolbox.slack.com/), gitter (https://gitter.im/PythonOT/community), or the mailing list (https://mail.python.org/mm3/mailman3/lists/pot.python.org/). -->

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Releases
22

33

4-
## 0.8.1
4+
## 0.8.1dev
55
*December 2021*
66

77
This release fixes several bugs and introduce two new backends: Cupy

0 commit comments

Comments
 (0)