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

doc: add info on how project manages social media #57318

Closed
wants to merge 6 commits into from
Closed
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
49 changes: 49 additions & 0 deletions doc/contributing/managing-social-media-acounts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Managing social media accounts

The project obtains and manages social media accounts in order to help
promote the project and to share content that benefits the ecosystem.

Currently the project has the following social media accounts:

* [bluesky](https://bsky.app/profile/nodejs.org)
* [twitter](https://x.com/nodejs)
* [Facebook](https://www.facebook.com/nodejsfoundation)
* [LinkedIn](https://www.linkedin.com/company/node.js-foundation/)

## bluesky

Bluesky is managed directly by the project. Automation is used
to request posts/reposts as outlined in
[nodejs/bluesky](https://github.com/nodejs/bluesky).

Login credentials are available to members of the Technical
Steering Committee, but are not to be used directly except
in exceptional circumstances.

## Twitter/X

Day to day management of the Twitter/X account has been
delegated to the Foundation Staff.

In addition, it has been agreed that Releasers may login
and post when doing a release, and TSC members may post
an announcement of a release if a releaser is not able to
do it themselves.

Login credentials are available to members of the Technical
Steering Committee. Releasers may request access by
opening an issue in the nodejs/admin repo asking for access.

## Facebook

Day to day management of the Facebook account has been
delegated to the Foundation Staff.

No project members have access to the Facebook account.

## Linkedin
Copy link
Member

Choose a reason for hiding this comment

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

Considering Linkedin is also part of the release process (to announce whenever we release some important blog posts or new versions), I think it might make sense to have it as well.

For instance, I have asked for repost/retweet in https://openjs-foundation.slack.com/archives/C0142A39BNE/p1741372572005219 and no action so far.

Copy link
Member

Choose a reason for hiding this comment

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

Consider this as non-blocking.


Day to day management of the LinkedIn account has been
delegated to the Foundation Staff.

No project members have access to the LinkedIn account.
Loading