Skip to content

Commit eb2a5a8

Browse files
authored
Update createnew.md (#1037)
* use upper-left (with hyphen) as an adjective (i.e. upper-left corner) * punctuation
1 parent 3b7e7d4 commit eb2a5a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/contribute/createnew.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ You can complete almost all tasks from the web GUI on GitHub. Here's an example
2525
5. In the middle of the page on the forked copy, just to the left of the Green "Code" drop-down, is an "Add file" button. Click this and choose the "Upload files" option.
2626
6. This will give you a way to either drag and drop files here or browse to them on your computer. Go ahead and use the method which you prefer.
2727
7. Once the file is uploaded, the next thing you need to do is create a Pull Request. This request lets the upstream administrators know that you have a new file (or files) that you would like them to merge with the master.
28-
8. Click on "Pull Request" in the upper-left of the screen.
29-
9. Write a brief message in the "Write" section letting the administrators know what you've done. (New document, revision, suggested change, etc.,) then submit your change.
28+
8. Click on "Pull Request" in the upper-left corner of the screen.
29+
9. Write a brief message in the "Write" section letting the administrators know what you've done. (New document, revision, suggested change, etc.) then submit your change.
3030

3131

3232
## From the Git Command-Line
@@ -43,6 +43,6 @@ If you prefer to run Git locally on your machine, you can clone the [Rocky Linux
4343
6. Now, run git commit for the changes you have made.
4444
7. Example: git commit -m "Added the help.md file"
4545
8. Next, push your changes to your forked repository: git push https://github.com/your_fork_name/documentation main
46-
9. Next, repeat steps 6 and 7 above: Create a Pull Request. This request lets the upstream administrators know that you have a new file (or files) that you would like them to merge with the master branch. Click on "Pull Request" in the upper-left of the screen
46+
9. Next, repeat steps 6 and 7 above: Create a Pull Request. This request lets the upstream administrators know that you have a new file (or files) that you would like them to merge with the master branch. Click on "Pull Request" in the upper-left corner of the screen.
4747

4848
Watch for comments within the PR for requested revisions and clarifications.

0 commit comments

Comments
 (0)