From 5a4cd88c4ba2dc2b1ddd65a8aa4baced8bb2c2dc Mon Sep 17 00:00:00 2001 From: saloni Date: Fri, 19 Feb 2021 01:07:38 +0530 Subject: [PATCH 1/2] adding how to link forked repo to a project board --- .../linking-a-repository-to-a-project-board.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md b/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md index c10c705036ef..d10a6d1127d0 100644 --- a/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md +++ b/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md @@ -8,11 +8,7 @@ versions: enterprise-server: '*' 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/)." @@ -30,6 +26,12 @@ Anyone with write permissions to a project board can link repositories owned by 7. Click **Link**. To unlink, click **Unlink**. ![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 (In forked repositories issues are disabled by default). "For information on how to see if issues are enabled or disabled for a repository, see "[Disabling issues for a repository](/github/managing-your-work-on-github/disabling-issues) ." + +{% endnote %} + ### Further reading - "[About projects boards](/articles/about-project-boards)" From 044ea2b6c5d0b4118118b3304be777fbfaba24e4 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Wed, 24 Feb 2021 09:43:48 +0000 Subject: [PATCH 2/2] Update content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md --- .../linking-a-repository-to-a-project-board.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md b/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md index d10a6d1127d0..e394df5c3192 100644 --- a/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md +++ b/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md @@ -28,7 +28,7 @@ Anyone with write permissions to a project board can link repositories owned by {% note %} -**Note:** In order to link a repository to your organization or user owned project board the repository needs to have issues enabled (In forked repositories issues are disabled by default). "For information on how to see if issues are enabled or disabled for a repository, see "[Disabling issues for a repository](/github/managing-your-work-on-github/disabling-issues) ." +**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 %}