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/v3/contribute/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ This documentation is written in English. Please refer to [localization program]
21
21
:::
22
22
23
23
1. Clone a current version from the [ton-docs](https://github.com/ton-community/ton-docs) GitHub repository.
24
-
1.Determinate an area for contribution according to [Style guide](/v3/contribute/style-guide/) and open a related [issue](https://github.com/ton-community/ton-docs/issues).
24
+
1.Determine an area for contribution according to [Style guide](/v3/contribute/style-guide/) and open a related [issue](https://github.com/ton-community/ton-docs/issues).
25
25
2. Familiarize yourself with [Content standardization](/v3/contribute/content-standardization/) and [Typography](/v3/contribute/typography/).
26
26
3. Open a pull request against the `main` branch with a clear description and concise updates according to the template.
27
27
28
-
#### Pool request template
28
+
#### Pull request template
29
29
30
30
```md
31
31
@@ -53,11 +53,11 @@ To avoid excessive rework, read the contribution guidelines in the [Style guide]
53
53
54
54
- Learn the documentation development flow from a [ton-docs/README.md](https://github.com/ton-community/ton-docs?tab=readme-ov-file#set-up-your-environment-%EF%B8%8F) document.
55
55
56
-
#### Best practice for pull request
56
+
#### Best practices for pull requests
57
57
58
58
1.**Keep your pull request small**. Minor pull requests (~300 lines of diff) are easier to review and more likely to get merged. Make sure the pull request does only one thing; otherwise, please split it.
59
59
2.**Use descriptive titles**. It would be best to follow the commit message style.
60
-
3.**Test your changes**. Run build locally, and make sure you have no crushes.
60
+
3.**Test your changes**. Run build locally, and make sure you have no crashes.
61
61
4.**Use soft wrap**: Don't wrap lines at 80 characters; configure your editor to soft-wrap.
0 commit comments