Skip to content

Commit 95a91b2

Browse files
committed
Update contribute to open source
1 parent a331bc2 commit 95a91b2

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

github/contribute-open-source/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ By the end of this module, you'll be able to:
2525
> [!NOTE]
2626
> This module covers how to make contributions to open-source projects on GitHub. To familiarize yourself with GitHub, complete the following module first:
2727
>
28-
> - [Introduction to GitHub](/learn/modules/introduction-to-github)
28+
> - [Introduction to GitHub](/training/modules/introduction-to-github)

github/contribute-open-source/includes/5-next-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Code, and solutions, can sometimes be reused across projects. Have you solved a
1414

1515
- Publish as a stand-alone library (dependency).
1616
- Mirror the project with your added functionality.
17-
- [Create a GitHub Action](/learn/modules/github-actions-automate-tasks/) for others to include in their workflow.
17+
- [Create a GitHub Action](/training/modules/github-actions-automate-tasks/) for others to include in their workflow.
1818

1919
The first option is probably the best course of action when your bit of code is like a plug-in that could be used across web-development projects. Mirroring or forking a project with the addition of your code is useful when you're solving a narrow use case for a small subset of customers, or even a single customer. Consider that you'll need to keep your fork up to date with the upstream repository if you want to benefit from (for instance) security patches.
2020

2121
GitHub Actions are packaged scripts that automate tasks in a software-development workflow in GitHub. The two different types of actions are container actions and JavaScript actions. You can submit your action to the [GitHub Marketplace](https://github.com/marketplace?type=actions) for discoverability.
2222

2323
For all three of the suggested paths, consider that you're now a maintainer of a project. People will come to you with praise, questions, and complaints. Are you ready for such a commitment?
2424

25-
If your project takes off, people's apps might depend on your bit of code. Can you involve more people to take some of the potential load off? Do you have time to add documentation, triage issues, and review suggestions from people you've likely never met before? Consider your "bandwidth," and instead set expectations in your project's README file. Or, you can release your code in a public gist or a blog post. Code doesn't need to be on GitHub to be open source, after all.
25+
If your project takes off, people's apps might depend on your bit of code. Can you involve more people to take some of the potential load off? Do you have time to add documentation, triage issues, and review suggestions from people you've likely never met before? Consider your "bandwidth," and instead set expectations in your project's README file. Or, you can release your code in a public gist or a blog post. Code doesn't need to be on GitHub to be open source, after all.

github/contribute-open-source/index.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ roles:
3333
- ai-engineer
3434
- ai-edge-engineer
3535
products:
36-
- vs
3736
- github
3837
- azure
3938
prerequisites: |
@@ -49,6 +48,6 @@ units:
4948
- learn.github.contribute-opensource.5-next-steps
5049
- learn.github.contribute-opensource.6-knowledge-check
5150
- learn.github.contribute-opensource.7-summary
52-
iconUrl: /learn/achievements/github/contribute-to-an-open-source-project-on-github.svg
51+
iconUrl: /training/achievements/github/contribute-to-an-open-source-project-on-github.svg
5352
badge:
5453
uid: learn.github.contribute-opensource.badge

github/contribute-open-source/resources/design-doc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Contribute to an open-source project using GitHub
3434

3535
## Summary
3636

37-
*Add the summary [(Summary guidance)](https://review.docs.microsoft.com/en-us/learn-docs/docs/id-guidance-introductory-summaries)*
37+
*Add the summary [(Summary guidance)](https://review.learn.microsoft.com/learn-docs/docs/id-guidance-introductory-summaries)*
3838

3939
Contribute to open-source projects and communities through GitHub. Identify tasks you can work on and adopt best practices to contribute to the project and interact with its communities.
4040

@@ -129,7 +129,7 @@ Identify the subtasks of *Contribute to an open-source project using GitHub*
129129

130130
6. **Knowledge check**
131131

132-
What types of questions will test *learning objective*? *[(Knowledge check guidance)](https://review.docs.microsoft.com/en-us/learn-docs/docs/id-guidance-knowledge-check)*
132+
What types of questions will test *learning objective*? *[(Knowledge check guidance)](https://review.learn.microsoft.com/learn-docs/docs/id-guidance-knowledge-check)*
133133

134134
- What is the best place on a GitHub repository to find where you can help a project?
135135
* The README file
@@ -162,4 +162,4 @@ Note any additional information that may be beneficial to this content such as l
162162

163163
- <https://docs.github.com/en/free-pro-team@latest/github/searching-for-information-on-github>
164164
- <https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community>
165-
- <https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests>
165+
- <https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests>

0 commit comments

Comments
 (0)