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

[Fixed #177] : Update README.md file #178

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# opensource.twitter.dev
# Twitter Open Source Website

[![status: active](https://opensource.twitter.dev/status/active.svg)](https://opensource.twitter.dev/status/#active)

This is the Twitter Open Source website at https://opensource.twitter.dev.
Welcome to the Twitter Open Source Website repository! This is the source code for the [opensource.twitter.dev](https://opensource.twitter.dev) website, which showcases the open source projects developed by Twitter.

This site is built with [hugo], using a custom built-in theme. Follow the
standard instructions on the hugo website to [install] and [run] hugo. Just
Expand All @@ -12,6 +12,9 @@ stylesheets.
There are also some python scripts that run periodically to [update some repo
data].

# Contributing
We welcome contributions to all of our open source projects. If you would like to contribute, please fork the repository and submit a pull request. Before submitting a pull request, please review our [contribution guidelines](https://github.com/twitter/opensource-website/blob/main/CONTRIBUTING.md).

[hugo]: https://gohugo.io/
[install]: https://gohugo.io/getting-started/installing/
[run]: https://gohugo.io/getting-started/usage/
Expand Down