From e5837fb173f9c704b1514412012b855fcced5206 Mon Sep 17 00:00:00 2001 From: James Sorrenti Date: Thu, 14 Aug 2025 17:13:55 -0700 Subject: [PATCH] Fix missing period in list item (#31950) --- handbook/company/communications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/company/communications.md b/handbook/company/communications.md index 95a500a014..eee1ec1bd9 100644 --- a/handbook/company/communications.md +++ b/handbook/company/communications.md @@ -468,7 +468,7 @@ Our handbook and docs pages are written in Markdown and are editable from our we 3. Click _"Commit changes...."_ 4. Give your proposed change a title or _["Commit message"](https://about.gitlab.com/topics/version-control/version-control-best-practices/#write-descriptive-commit-messages)_ and optional _"Extended description"_ (good commit messages help page maintainers quickly understand the proposed changes). - **Note:** _Keep commit messages short and clear. (e.g. "Add DRI automation")_ -5. Click _"Propose changes"_ +5. Click _"Propose changes."_ 6. Request a review from the page maintainer, and finally, press “Create pull request.” 7. GitHub will run a series of automated checks and notify the reviewer. At this point, you are done and can safely close the browser page at any time. 8. Check the “Files changed” section on the Open a pull request page to double-check your proposed changes.