From 2f3b76a3d6ff3975fc118c7c21db4c6e85e27809 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Tue, 1 Dec 2020 22:31:27 +0900 Subject: [PATCH] Remove [skip ci] because GitHub Actions does not support this feature yet Refer https://github.community/t/github-actions-does-not-respect-skip-ci/17325/16 --- CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c127c2..06b95e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,9 +115,6 @@ Here's a quick guide: $ git config --global user.email "contributor@example.com" 10. Commit your changes (`git commit -am 'Add feature/fix bug/improve docs'`). - If your pull request only contains documentation changes, please remember - to add `[skip ci]` to the beginning of your commit message so the Travis - test suite doesn't :runner: needlessly. 11. If necessary, rebase your commits into logical chunks, without errors. To interactively rebase and cherry-pick from, say, the last 10 commits: