Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix github warning popup content formatting #167

Merged
merged 1 commit into from
Sep 12, 2024
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
9 changes: 6 additions & 3 deletions src/components/GithubAccessPopup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,28 @@ const GithubAccessPopup: React.FunctionComponent = () => {
<p>
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:
<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 knowledge.
that you’ve opened to contribute skills and &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;knowledge.
</li>
<li>
{' '}
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
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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 documents from your account.
to your GitHub account and upload knowledge-related &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;documents from your account.
</li>
<br />
These permissions <i>do not</i> enable InstructLab UI to access your GitHub password.
Expand Down