mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fix missing period in list item (#31950)
This commit is contained in:
parent
03e1bb1d3b
commit
e5837fb173
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue