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: CONTRIBUTING.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
@@ -81,7 +81,7 @@ facilitates social contribution, easy testing and peer review.
81
81
82
82
To contribute a patch, the workflow is as follows:
83
83
84
-
1. Fork repository ([only for the first time](https://help.github.com/en/articles/fork-a-repo))
84
+
1. Fork repository ([only for the first time](https://docs.github.com/en/get-started/quickstart/fork-a-repo))
85
85
1. Create topic branch
86
86
1. Commit patches
87
87
@@ -182,7 +182,7 @@ for more information on helping with translations.
182
182
### Work in Progress Changes and Requests for Comments
183
183
184
184
If a pull request is not to be considered for merging (yet), please
185
-
prefix the title with [WIP] or use [Tasks Lists](https://help.github.com/articles/basic-writing-and-formatting-syntax/#task-lists)
185
+
prefix the title with [WIP] or use [Tasks Lists](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#task-lists)
186
186
in the body of the pull request to indicate tasks are pending.
187
187
188
188
### Address Feedback
@@ -386,7 +386,7 @@ about:
386
386
- It may be because your code is too complex for all but a few people, and those people
387
387
may not have realized your pull request even exists. A great way to find people who
388
388
are qualified and care about the code you are touching is the
0 commit comments