You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/contribute/createnew.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ You can complete almost all tasks from the web GUI on GitHub. Here's an example
25
25
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.
26
26
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.
27
27
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.
30
30
31
31
32
32
## 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
43
43
6. Now, run git commit for the changes you have made.
44
44
7. Example: git commit -m "Added the help.md file"
45
45
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.
47
47
48
48
Watch for comments within the PR for requested revisions and clarifications.
0 commit comments