From 489f9941b7c385d853a1acdbff87761777350ef2 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Tue, 18 Aug 2020 18:09:05 +0200 Subject: [PATCH] [ci skip] Improve pull request template Make it more clear that the changelog check is skipped if CI is skipped. Useful when making doc fixes. (Having `[ci skip]` in the commit message wont stop the tests from running when you open a PR.) --- .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 ca6f06dc..4effb5a4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ Please describe your pull request. Thank you for contributing! You're the best. - [ ] I have reviewed the [guidelines for contributing](../blob/master/CONTRIBUTING.md) to this repository. -- [ ] I have added an entry to [History.md](../blob/master/History.md) if this PR fixes a bug or adds a feature. If it doesn't need an entry to HISTORY.md, I have added `[changelog skip]` the pull request title. +- [ ] I have added an entry to [History.md](../blob/master/History.md) if this PR fixes a bug or adds a feature. If it doesn't need an entry to HISTORY.md, I have added `[changelog skip]` or `[ci skip]` to the pull request title. - [ ] I have added appropriate tests if this PR fixes a bug or adds a feature. - [ ] My pull request is 100 lines added/removed or less so that it can be easily reviewed. - [ ] If this PR doesn't need tests (docs change), I added `[ci skip]` to the title of the PR.