diff options
author | jim <310223+jimmylee@users.noreply.github.com> | 2025-07-31 19:46:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-31 19:46:17 -0700 |
commit | f21478735c5603547812dadc5ca6d92d3568fbc9 (patch) | |
tree | 54589a7ffc3a38dadec6966167550e0b22615983 | |
parent | 9eba5671354dd5361adb19dd0b56a1156d0a51d7 (diff) | |
parent | 648dda754110aed2c452154ef023be614656dc03 (diff) | |
download | voidsky-f21478735c5603547812dadc5ca6d92d3568fbc9.tar.zst |
Merge pull request #8762 from JimmyCushnie/updates-readme-like-a-boss
Minor README improvements
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md index f86d52b53..eed6ac4fe 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Get the app itself: ## Development Resources -This is a [React Native](https://reactnative.dev/) application, written in the TypeScript programming language. It builds on the `atproto` TypeScript packages (like [`@atproto/api`](https://www.npmjs.com/package/@atproto/api)), code for which is also open source, but in [a different git repository](https://github.com/bluesky-social/atproto). +This is a [React Native](https://reactnative.dev/) application, written in the TypeScript programming language. It builds on the `atproto` TypeScript packages (like [`@atproto/api`](https://www.npmjs.com/package/@atproto/api)), which are also open source, but in [a different git repository](https://github.com/bluesky-social/atproto). There is a small amount of Go language source code (in `./bskyweb/`), for a web service that returns the React Native Web application. @@ -19,7 +19,7 @@ The [Build Instructions](./docs/build.md) are a good place to get started with t The Authenticated Transfer Protocol ("AT Protocol" or "atproto") is a decentralized social media protocol. You don't *need* to understand AT Protocol to work with this application, but it can help. Learn more at: - [Overview and Guides](https://atproto.com/guides/overview) -- [Github Discussions](https://github.com/bluesky-social/atproto/discussions) 👈 Great place to ask questions +- [GitHub Discussions](https://github.com/bluesky-social/atproto/discussions) 👈 Great place to ask questions - [Protocol Specifications](https://atproto.com/specs/atp) - [Blogpost on self-authenticating data structures](https://bsky.social/about/blog/3-6-2022-a-self-authenticating-social-protocol) @@ -27,6 +27,7 @@ The Bluesky Social application encompasses a set of schemas and APIs built in th ## Contributions +> [!NOTE] > While we do accept contributions, we prioritize high quality issues and pull requests. Adhering to the below guidelines will ensure a more timely review. **Rules:** @@ -59,7 +60,7 @@ Please be sure to: ## Security disclosures -If you discover any security issues, please send an email to security@bsky.app. The email is automatically CCed to the entire team and we'll respond promptly. +If you discover any security issues, please send an email to security@bsky.app. The email is automatically CC'd to the entire team and we'll respond promptly. ## Are you a developer interested in building on atproto? |