From 8d1810dd3529a79dc15c7b4d41f58e9410163816 Mon Sep 17 00:00:00 2001 From: Daniel Kraus <daniel.kraus@retest.de> Date: Wed, 1 Apr 2020 16:54:34 +0200 Subject: [PATCH] Update PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b9bd6d39..7ed3eefe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ - [ ] the code follows the [Clean Code](https://clean-code-developer.com/) guidelines. - [ ] the necessary tests are either created or updated. -- [ ] all status checks (Travis CI, SonarCloud, etc.) pass. +- [ ] all status checks (GitHub Actions, SonarCloud, etc.) pass. - [ ] your commit history is cleaned up. - [ ] you updated the changelog. - [ ] you updated necessary documentation within [retest/docs](https://github.com/retest/docs).