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

Add bluesky sharing(addresses #91497) #92054

Merged
merged 6 commits into from
Jan 3, 2025

Conversation

Daahaf
Copy link
Contributor

@Daahaf Daahaf commented Dec 13, 2024

Addresses issue #91497 - Bluesky sharing option

Copy link

github-actions bot commented Dec 13, 2024

Thank you for your pull request. This pull request contains changes in files which requires review. The following files were changed:

  • .github/workflows/auto-pr-merge.yml
  • Contributors.md
  • first-contributions

@Daahaf Daahaf changed the title Add bluesky sharing Add bluesky sharing(addresses #91497) Dec 13, 2024
@Daahaf
Copy link
Contributor Author

Daahaf commented Dec 13, 2024

Hi @Roshanjossey ,

Could you please take a look at this pull request when you have a moment?

Best,
Fahad

Copy link
Member

@Roshanjossey Roshanjossey left a comment

Choose a reason for hiding this comment

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

Hi Fahad,

You have declared variables for bluesky but hasn't used it.

Check line 124 starting with const nextSteps and how other links and logos are used there.

Some suggestions

  • Could you change the share links so that they're in a bulleted list?
  • Let's put Bluesky link on top

Here's a similar PR for reference https://github.com/firstcontributions/first-contributions/pull/91518/files

@@ -111,6 +111,9 @@ jobs:
const linkedin_logo = "https://edent.github.io/SuperTinyIcons/images/svg/linkedin.svg";
const dev_logo = "https://edent.github.io/SuperTinyIcons/images/svg/dev_to.svg";
const hackernews_logo = "https://edent.github.io/SuperTinyIcons/images/svg/hackernews.svg";
const bluesky_logo = "https://path-to-your-bluesky-logo.png";
const bluesky_share_link = 'https://bsky.app/intent/compose?text=' + encodeURIComponent('Yay! I just made my first open source contribution with @firstcontributions. You can too at https://goo.gl/66Axwe #OpenSource #CodeNewbie');
Copy link
Member

Choose a reason for hiding this comment

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

This link is correct. Could you move it to social media links section above?

@@ -111,6 +111,9 @@ jobs:
const linkedin_logo = "https://edent.github.io/SuperTinyIcons/images/svg/linkedin.svg";
const dev_logo = "https://edent.github.io/SuperTinyIcons/images/svg/dev_to.svg";
const hackernews_logo = "https://edent.github.io/SuperTinyIcons/images/svg/hackernews.svg";
const bluesky_logo = "https://path-to-your-bluesky-logo.png";
Copy link
Member

Choose a reason for hiding this comment

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

logo url is wrong. Please use https://edent.github.io/SuperTinyIcons/images/svg/bluesky.svg

Suggested change
const bluesky_logo = "https://path-to-your-bluesky-logo.png";
const bluesky_logo = "https://edent.github.io/SuperTinyIcons/images/svg/bluesky.svg";

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @Roshanjossey , apologies for the mistake. Just fixed it. Please have a look when you can.

Thanks!

Copy link
Member

Choose a reason for hiding this comment

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

No worries. The message hasn't been updated. Please check the PR I linked above for reference.

Also, please remove submodule inside

@Daahaf Daahaf requested a review from Roshanjossey December 15, 2024 13:39
@Roshanjossey Roshanjossey merged commit 27963c5 into firstcontributions:main Jan 3, 2025
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 this pull request may close these issues.

2 participants