From ea3a63ee59d55fce71bf85ddbdf8b6b27dafafb0 Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Wed, 11 Sep 2024 14:31:29 -0700 Subject: [PATCH] Fix github context formatting Signed-off-by: Anil Vishnoi --- src/components/GithubAccessPopup/index.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/GithubAccessPopup/index.tsx b/src/components/GithubAccessPopup/index.tsx index a7afb1d..c379b74 100644 --- a/src/components/GithubAccessPopup/index.tsx +++ b/src/components/GithubAccessPopup/index.tsx @@ -42,17 +42,20 @@ const GithubAccessPopup: React.FunctionComponent = () => {

To allow InstructLab UI to manage your taxonomy submissions, you must grant read and write permissions to your GitHub account. InstructLab UI will use your account to: +
+

  • {' '} Pull PRs from the upstream{' '} InstructLab Taxonomy repo {' '} - that you’ve opened to contribute skills and knowledge. + that you’ve opened to contribute skills and       knowledge.
  • {' '} - Fork the InstructLab Taxonomy repo to your GitHub account and create PRs from this fork, which can merge into the upstream Taxonomy repo. + Fork the InstructLab Taxonomy repo to your GitHub account and create PRs from this fork, + which can merge       into the upstream Taxonomy repo.
  • {' '} @@ -60,7 +63,7 @@ const GithubAccessPopup: React.FunctionComponent = () => { taxonomy-knowledge-docs repo {' '} - to your GitHub account and upload knowledge-related documents from your account. + to your GitHub account and upload knowledge-related       documents from your account.

  • These permissions do not enable InstructLab UI to access your GitHub password.