Fix missing period in list item (#31950)

This commit is contained in:
James Sorrenti 2025-08-14 17:13:55 -07:00 committed by GitHub
parent 03e1bb1d3b
commit e5837fb173
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.