Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions src/components/GithubAccessPopup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,21 @@ const GithubAccessPopup: React.FunctionComponent<Props> = ({ onAccept }) => {
<br />
<br />
<li>
{' '}
Pull PRs from the upstream{' '}
<a href="https://github.com/instructlab/taxonomy" target={'_blank'}>
InstructLab Taxonomy repo
</a>{' '}
that you’ve opened to contribute skills and &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;knowledge.
that you’ve opened to contribute skills and knowledge.
</li>
<li>
{' '}
Fork the InstructLab Taxonomy repo to your GitHub account and create PRs from this fork, which can merge
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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.
</li>
<li>
{' '}
Fork the{' '}
<a href="https://github.com/instructlab-public/taxonomy-knowledge-docs" target={'_blank'}>
taxonomy-knowledge-docs repo
</a>{' '}
to your GitHub account and upload knowledge-related &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;documents from your account.
to your GitHub account and upload knowledge-related documents from your account.
</li>
<br />
These permissions <i>do not</i> enable InstructLab UI to access your GitHub password.
Expand All @@ -80,7 +76,6 @@ const GithubAccessPopup: React.FunctionComponent<Props> = ({ onAccept }) => {
<Button key="confirm" variant="primary" onClick={() => setDecisionAndClose()}>
Accept
</Button>
,
<Button key="cancel" variant="secondary" onClick={() => signOut()}>
Deny
</Button>
Expand Down