Skip to content

Commit 99d2162

Browse files
committed
doc: mention hurl test maintenance and improv mergeability wording #860
#860
1 parent 6d82eac commit 99d2162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ Closes #
1010
-
1111

1212
### Checklist
13-
- [ ] I have updated my branch to `main` (e.g. through `git rebase main`)
13+
- [ ] I have ensured my branch is mergeable with `main` (e.g. through `git rebase main` if necessary)
1414
- [ ] My code follows the [style guide](https://github.com/GIScience/ohsome-quality-api/blob/main/CONTRIBUTING.md#style-guide) and was checked with [pre-commit](https://github.com/GIScience/ohsome-quality-api/blob/main/CONTRIBUTING.md#pre-commit) before committing
1515
- [ ] I have commented my code
1616
- [ ] I have added sufficient unit and integration [tests](https://github.com/GIScience/ohsome-quality-api/blob/main/docs/development_setup.md#tests)
17+
- [ ] I have added new Hurl regression tests and checked all existing [tests](../regression-tests/README.md)
1718
- [ ] I have updated the [CHANGELOG.md](https://github.com/GIScience/ohsome-quality-api/blob/main/CHANGELOG.md)
1819

1920
Please check all finished tasks. If some tasks do not apply to your PR, please cross their text out (by using `~...~`) and remove their checkboxes.

0 commit comments

Comments
 (0)