aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Contributing.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
commit27abed4a707ba69b019822a0a0e3c045542b4443 (patch)
treeb32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Contributing.md
parent4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff)
downloadmeson-capitalization.zip
meson-capitalization.tar.gz
meson-capitalization.tar.bz2
Capitalize "Meson" consistently as it is a proper name. [skip ci]capitalization
Diffstat (limited to 'docs/markdown/Contributing.md')
-rw-r--r--docs/markdown/Contributing.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md
index fe5bd0d..647d0fd 100644
--- a/docs/markdown/Contributing.md
+++ b/docs/markdown/Contributing.md
@@ -39,7 +39,7 @@ Every new feature requires some extra steps, namely:
- Must be registered with the [FeatureChecks
framework](Release-notes-for-0.47.0.md#feature-detection-based-on-meson_version-in-project)
that will warn the user if they try to use a new feature while
- targeting an older meson version.
+ targeting an older Meson version.
- Needs a release note snippet inside `docs/markdown/snippets/` with
a heading and a brief paragraph explaining what the feature does
with an example.
@@ -171,7 +171,7 @@ Additionally:
* `crossfile.ini` and `nativefile.ini` are passed to the configure step with
`--cross-file` and `--native-file` options, respectively.
-* `mlog.cmd_ci_include()` can be called from anywhere inside meson to
+* `mlog.cmd_ci_include()` can be called from anywhere inside Meson to
capture the contents of an additional file into the CI log on failure.
Projects needed by unit tests are in the `test cases/unit`
@@ -301,10 +301,10 @@ considered if the platform matches. The following values for
#### matrix
The `matrix` section can be used to define a test matrix to run
-project tests with different meson options.
+project tests with different Meson options.
In the `options` dict, all possible options and their values are
-specified. Each key in the `options` dict is a meson option. It stores
+specified. Each key in the `options` dict is a Meson option. It stores
a list of all potential values in a dict format, which allows to skip
specific values based on the current environment.