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

Remove hyperlink of Helm Maintainers #6579

Merged
merged 1 commit into from Nov 16, 2022
Merged

Conversation

Nokel81
Copy link
Collaborator

@Nokel81 Nokel81 commented Nov 15, 2022

  • Instead just show the name and email

Signed-off-by: Sebastian Malton sebastian@malton.name

- Instead just show the name and email

Signed-off-by: Sebastian Malton <sebastian@malton.name>
@Nokel81 Nokel81 added the enhancement New feature or request label Nov 15, 2022
@Nokel81 Nokel81 added this to the 6.2.0 milestone Nov 15, 2022
@Nokel81 Nokel81 requested a review from a team as a code owner November 15, 2022 20:11
@Nokel81 Nokel81 requested review from Iku-turso and ixrock and removed request for a team November 15, 2022 20:11
))}
{selectedChart.getMaintainers()
.map(({ name, email }) => (
<li key={name}>{`${name}<${email}>`}</li>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a space here?

Suggested change
<li key={name}>{`${name}<${email}>`}</li>
<li key={name}>{`${name} <${email}>`}</li>

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As stated in https://superuser.com/a/1625692 and in the corresponding RFC the space is optional so I think it is fine for the time being.

@Nokel81 Nokel81 merged commit 05ab0a3 into master Nov 16, 2022
@Nokel81 Nokel81 deleted the remove-maintainer-link branch November 16, 2022 12:34
@Nokel81 Nokel81 mentioned this pull request Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants