diff --git a/docs/development/contributing.md b/docs/development/contributing.md index da7548557..83edcfba2 100644 --- a/docs/development/contributing.md +++ b/docs/development/contributing.md @@ -17,7 +17,7 @@ There are two main ways to contribute to MAS: ## 3. What do I need? -To get MAS running locally from source you will need: +To get MAS running locally from source you will need to: - [Install Rust and Cargo](https://www.rust-lang.org/learn/get-started). We recommend using the latest stable version of Rust. - [Install Node.js and npm](https://nodejs.org/). We recommend using the latest LTS version of Node.js. diff --git a/docs/development/releasing.md b/docs/development/releasing.md index 24863b79b..723815437 100644 --- a/docs/development/releasing.md +++ b/docs/development/releasing.md @@ -69,7 +69,7 @@ When a PR is tagged with the `Z-Build-Workflow` label: ## Changelog generation -Changelogs are automatically generated from PR titles and labels with the GitHub tools. +Changelogs are automatically generated from PR titles and labels. The configuration for those can be found in the `.github/release.yml`, but the main labels to be aware of are: