1
0
mirror of synced 2025-12-22 11:26:57 -05:00

adding how to link forked repo to a project board (#3774)

This commit is contained in:
Saloni Gupta
2021-02-24 15:31:50 +05:30
committed by GitHub
parent 5f9bfe45c9
commit cca5ed54af

View File

@@ -8,11 +8,7 @@ versions:
enterprise-server: '*' enterprise-server: '*'
github-ae: '*' github-ae: '*'
--- ---
{% note %}
**Note:** In order to link a repository to your organization or user owned project board the repository needs to have issues enabled. For information on how to see if issues are disabled for a repository, see "[Disabling issues](/github/managing-your-work-on-github/disabling-issues) ."
{% endnote %}
Anyone with write permissions to a project board can link repositories owned by that organization or user account to the project board. For more information, see "[Project board permissions for an organization](/articles/project-board-permissions-for-an-organization/)" or "[Permission levels for user-owned project boards](/articles/permission-levels-for-user-owned-project-boards/)." Anyone with write permissions to a project board can link repositories owned by that organization or user account to the project board. For more information, see "[Project board permissions for an organization](/articles/project-board-permissions-for-an-organization/)" or "[Permission levels for user-owned project boards](/articles/permission-levels-for-user-owned-project-boards/)."
@@ -30,6 +26,12 @@ Anyone with write permissions to a project board can link repositories owned by
7. Click **Link**. To unlink, click **Unlink**. 7. Click **Link**. To unlink, click **Unlink**.
![Link button](/assets/images/help/projects/link-button.png) ![Link button](/assets/images/help/projects/link-button.png)
{% note %}
**Note:** In order to link a repository to your organization or user owned project board the repository needs to have issues enabled. That is, the repository has an "Issues" tab (in forked repositories issues are disabled by default). For information on how to enable or disable issues for a repository, see "[Disabling issues for a repository](/github/managing-your-work-on-github/disabling-issues)."
{% endnote %}
### Further reading ### Further reading
- "[About projects boards](/articles/about-project-boards)" - "[About projects boards](/articles/about-project-boards)"