Skip to content

Commit b05427f

Browse files
authored
Merge pull request #43 from rclune/patch-1
Added hyperlinks to work-from-forks.md
2 parents 8f76739 + a97ee98 commit b05427f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/contributions/live-contributor-experience/work-from-forks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ themes:
1414
- Live the contributor experience
1515
---
1616

17-
There are several differences in how GitHub (and other forges) treat pull
18-
requests that come from forks vs. pull requests that come from branches in the
19-
main repository. These differences are due to security concerns, and you
17+
There are several differences in how GitHub (and other forges) treat [pull
18+
requests that come from forks](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) vs. [pull requests that come from branches in the
19+
main repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). These differences are due to security concerns, and you
2020
certainly want them to be in place for pull requests from potentially malicious
2121
sources.
2222

2323
However, these can also cause problems for contributions from well-meaning
24-
external contributors. For example, GitHub Actions workflows will run within a
25-
fork (though not successfully if secrets are required.) If core devs are not
24+
external contributors. For example, [GitHub Actions](https://github.com/features/actions) workflows will run within a
25+
fork (though not successfully if [secrets](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions) are required.) If core devs are not
2626
working from forks, they may not be aware that this is an annoyance to external
2727
contributors. By working from forks, it will annoy the core devs as well, and
2828
they'll add the necessary if-statement to prevent the workflow from running in

0 commit comments

Comments
 (0)