diff --git a/COMMUNITY-ROLES.md b/COMMUNITY-ROLES.md index d409f9f9b..77ca23209 100644 --- a/COMMUNITY-ROLES.md +++ b/COMMUNITY-ROLES.md @@ -78,7 +78,7 @@ exceptions can always be considered, via open community discussion.) ## How to change roles -*Note: this section is aimed at owners in the tldr-pages organization +*Note: This section is aimed at owners in the tldr-pages organization (i.e. the group of people who are able to perform these changes).* If you notice a contributor being particularly active, diff --git a/contributing-guides/git-terminal.md b/contributing-guides/git-terminal.md index c9ec16e51..42758c127 100644 --- a/contributing-guides/git-terminal.md +++ b/contributing-guides/git-terminal.md @@ -22,7 +22,7 @@ The overall process should look somewhat like this: 6. Push the commit(s) to your fork: `git push origin {{branch_name}}` -7. Go to the GitHub page for your fork and click the green "pull request" button. +7. Go to the GitHub page for your fork and click the green "Compare & pull request" button. Please only send related changes in the same pull request. Typically a pull request will include changes in a single file. diff --git a/contributing-guides/maintainers-guide.md b/contributing-guides/maintainers-guide.md index 6c014c258..98b17a1f6 100644 --- a/contributing-guides/maintainers-guide.md +++ b/contributing-guides/maintainers-guide.md @@ -47,7 +47,7 @@ as a guideline for current and future maintainers. - Try to **keep the entire contribution process web-based**, if possible, to ensure it is accessible and straightforward. - If you're comfortable with git, consider offering to perform + If you're comfortable with Git, consider offering to perform interactive rebases or other command-line operations on behalf of contributors, or assisting them if they want to do it themselves.