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

Website uses project-name/org-name instead of org-name/project-name #80

Closed
DanielRosenwasser opened this issue Nov 21, 2023 · 2 comments · Fixed by #83
Closed

Website uses project-name/org-name instead of org-name/project-name #80

DanielRosenwasser opened this issue Nov 21, 2023 · 2 comments · Fixed by #83

Comments

@DanielRosenwasser
Copy link

Usually everything on GitHub uses the format org-name/project-name.

Is it intentional that the website (https://forgoodfirstissue.github.com/) has these reversed?

image

@JamesMGreene
Copy link
Member

JamesMGreene commented Nov 22, 2023

Came to report this as well... I was getting really confused why so many project repos were named google, openMF, apache, rubyforgood, etc. 😅

Looks like that is rendered from here (and yes, they are indeed backwards):

<div className="repo-item__name">
<h3>
{repositoryName}
</h3>
<div className="repo-item__owner">
&nbsp;/ {repositoryOwner}
</div>
</div>

@JamesMGreene
Copy link
Member

Offered up a PR:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants