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/contribute/docs/quick-start.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ Every documentation page has an **Edit this page** link at the bottom. This is t
28
28
4.__Preview your changes__: Open a preview panel (Ctrl+Shift+V) to see how it looks.
29
29
5.__Commit your changes__:
30
30
1. In the side panel, click the **Source Control** button (looks like a branch icon).
31
-
1. Add a brief description of what you changed (e.g., "Fix typo in installation steps").
31
+
1. Add a brief description of what you changed (for example, "Fix typo in installation steps").
32
32
1. Click "Commit & Push".
33
33
6.__Create a pull request__:
34
34
1. Review the changes one more time.
35
35
1. In the Source Control panel, click the **Create Pull Request** button (looks like a vertical line with dots on both ends with an arrow pointing to the top and a plus sign).
36
36
1. Enter a name and description for the pull request.
37
37
1. Click **Create** to submit.
38
38
39
-
That's it! A maintainer will review your contribution.
39
+
That's it. A maintainer will review your contribution.
40
40
41
41
## Tips for quick contributions
42
42
@@ -70,7 +70,7 @@ For different issues across different pages, create separate pull requests—it'
70
70
- Build verification
71
71
2.__Review__: A maintainer reviews your changes (usually within 2 business days)
72
72
3.__Feedback__: If changes are needed, the reviewer will comment on your pull request
73
-
4.__Merge__: Once approved, your contribution is merged and goes live!
73
+
4.__Merge__: Once approved, your contribution is merged and goes live.
74
74
75
75
## Common contributor concerns (and why you don't need to worry)
76
76
@@ -80,7 +80,7 @@ For quick fixes like typos and link updates, no testing is required. The automat
80
80
81
81
### What if the automated checks fail?
82
82
83
-
Don't worry! The reviewer will help you fix any issues. Most common failures are easily correctable:
83
+
Don't worry. The reviewer will help you fix any issues. Most common failures are correctable:
84
84
-__Vale failures__: Usually suggest alternative wording (often just suggestions)
85
85
-__Link check failures__: Means a link is broken or inaccessible
86
86
-__Build failures__: Usually means there's a syntax error in Markdown
0 commit comments