summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md8
-rw-r--r--docs/markdown/Contributing.md5
2 files changed, 0 insertions, 13 deletions
diff --git a/docs/README.md b/docs/README.md
index 3a2626b2b..f6645d34e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -30,11 +30,3 @@ You can simply run:
```
$ ninja -C built_docs/ upload
```
-
-## Contributing to the documentation
-
-Commits that only change documentation should have `[skip ci]` in their commit message, so CI is not run (it is quite slow).
-For example:
-```
-A commit message [skip ci]
-```
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md
index 3340b5cf8..17f4fd221 100644
--- a/docs/markdown/Contributing.md
+++ b/docs/markdown/Contributing.md
@@ -462,11 +462,6 @@ notes. These features should be written in standalone files in the
`docs/markdown/snippets` directory. The release manager will combine
them into one page when doing the release.
-[Integration tests should be disabled](#skipping-integration-tests) for
-documentation-only commits by putting `[skip ci]` into commit title.
-Reviewers should ask contributors to put `[skip ci]` into the title because
-tests are run again after merge for `master`.
-
## Python Coding style
Meson follows the basic Python coding style. Additional rules are the