An open source UX writing example from Mastodon

An elephant and a typing prompt on a 4 color bannerAn elephant and a typing prompt on a 4 color banner

Unlike Twitter, Mastodon developers use an open-source model. Open-source means, if you take the effort to, you can see the source of the messages you see on screen.

Because Mastodon is an open-source app developed on GitHub, you can create an issue when you see something wrong.

Start by learning how the app works.Then identify an issue that needs to be fixed.Finally, submit a fix to the issue!

The following screenshot highlights some text I see on my Mastodon home page, “Pinned post”, followed by a screenshot of the same string, in code.

My Mastodon timeline, with the text Screenshot of my timeline

The next screenshot shows the same message “Pinned post”, in the file defaultMessages.json, in the Mastodon open-source project on GitHub.

A small portion of defaultMessages.json, lines 747 through 761 with the following notes Screenshot of the code

If I wanted to, I could edit defaultMessages.json. Editing is safe because GitHub creates a working version of the code for me, called a fork.

Editing 101

After I edit the text in the file, I can submit it to the Mastodon maintainers for their consideration. On GitHub, we call this type of change request a pull request. I’m making a request from the maintainers. I want someone in that group to “pull” my change into the current version of the code. We call this “committing” the change, or a “commit” to the project.

If you feel intimidated by the language, take a breath. You can take your time digesting this new world of open-source – it’s worth understanding. Open-source software puts the power in your hands. And that power requires responsibility. It won’t happen overnight. However, if you try to understand the language of open-source and experiment with creating forks and submitting pull requests, you can gain the power to improve the experience in applications that millions of people use every day.

The post An open source UX writing example from Mastodon appeared first on Tom Resing's Collaboration Blog.

 •  0 comments  •  flag
Share on Twitter
Published on November 07, 2022 08:19
No comments have been added yet.


Tom Resing's Collaboration Blog

Thomas Resing
I publish about 2 articles a month to this site and focus on web collaboration topics. If you have an idea for a post topic, please feel free to contact me. You can read more about me. Or Subscribe to ...more
Follow Thomas Resing's blog with rss.