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: content/education/contribute-with-github-community-exchange/submitting-your-repository-to-github-community-exchange.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,14 @@ For a submission with a purpose of `Learn`, your repository must have:
30
30
- A description.
31
31
- 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.
32
32
- 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.
33
34
34
35
For a submission with a purpose of `Collaborate`, your repository must have:
35
36
- A description.
36
37
- 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.
37
39
- One or more issues for collaborators to work on.
40
+
- CONTRIBUTING.md file to communicate how to contribute to your project.
38
41
39
42
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)."
Copy file name to clipboardExpand all lines: content/organizations/managing-user-access-to-your-organizations-repositories/repository-roles-for-an-organization.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,9 @@ Some of the features listed below are limited to organizations using {% data var
73
73
| Reopen issues they closed themselves |**✔️**|**✔️**|**✔️**|**✔️**|**✔️**|
74
74
| Have an issue assigned to them |**✔️**|**✔️**|**✔️**|**✔️**|**✔️**|
75
75
| Send pull requests from forks of the team's assigned repositories |**✔️**|**✔️**|**✔️**|**✔️**|**✔️**|
76
-
| Submit reviews on pull requests |**✔️**|**✔️**|**✔️**|**✔️**|**✔️**|
76
+
|[Submit reviews on pull requests](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request)|**✔️**|**✔️**|**✔️**|**✔️**|**✔️**|
77
+
|[Approve or request changes to a pull request with required reviews](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews)|||**✔️**|**✔️**|**✔️**|
78
+
|[Apply suggested changes](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request) to pull requests |||**✔️**|**✔️**|**✔️**|
77
79
| View published releases | **✔️** | **✔️** | **✔️** | **✔️** | **✔️** |{% ifversion fpt or ghec %}
| Edit wikis in public repositories |**✔️**|**✔️**|**✔️**|**✔️**|**✔️**|
@@ -95,8 +97,6 @@ Some of the features listed below are limited to organizations using {% data var
95
97
|[Act as a designated code owner for a repository](/articles/about-code-owners)|||**✔️**|**✔️**|**✔️**|
96
98
|[Mark a draft pull request as ready for review](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request)|||**✔️**|**✔️**|**✔️**|
97
99
|[Convert a pull request to a draft](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request)|||**✔️**|**✔️**|**✔️**|
98
-
| Submit reviews that affect a pull request's mergeability |||**✔️**|**✔️**|**✔️**|
99
-
|[Apply suggested changes](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request) to pull requests |||**✔️**|**✔️**|**✔️**|
0 commit comments