Skip to content

Commit dae7705

Browse files
authored
Merge pull request #21523 from plskz/patch-1
Update community exchange requirements
2 parents 6dc4436 + 25969d9 commit dae7705

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/education/contribute-with-github-community-exchange/submitting-your-repository-to-github-community-exchange.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ For a submission with a purpose of `Learn`, your repository must have:
3030
- A description.
3131
- A LEARN.md file to provide step-by-step instructions, with text and/or media, on how you built your project. Ideally, your LEARN.md file will deconstruct your project into small components and provide thorough details of each step, so that other students can code their project by following your instructions.
3232
- A README.md file to provide a detailed description of your project.
33+
- A License so others are aware of what they can and cannot do with your source code.
3334

3435
For a submission with a purpose of `Collaborate`, your repository must have:
3536
- A description.
3637
- A README.md file to provide a detailed description of your project.
38+
- A License so others are aware of what they can and cannot do with your source code.
3739
- One or more issues for collaborators to work on.
40+
- CONTRIBUTING.md file to communicate how to contribute to your project.
3841

3942
A good repository submission for both `Learn` and `Collaborate` purposes, is a repository that follows community standards. For more information, see "[About community profiles for public repositories](/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories)."
4043

0 commit comments

Comments
 (0)