Bluesky app fork with some witchin' additions ๐Ÿ’ซ
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #8762 from JimmyCushnie/updates-readme-like-a-boss

Minor README improvements

authored by

jim and committed by
GitHub
f2147873 9eba5671

+4 -3
+4 -3
README.md
··· 10 10 11 11 ## Development Resources 12 12 13 - 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). 13 + 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). 14 14 15 15 There is a small amount of Go language source code (in `./bskyweb/`), for a web service that returns the React Native Web application. 16 16 ··· 19 19 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: 20 20 21 21 - [Overview and Guides](https://atproto.com/guides/overview) 22 - - [Github Discussions](https://github.com/bluesky-social/atproto/discussions) ๐Ÿ‘ˆ Great place to ask questions 22 + - [GitHub Discussions](https://github.com/bluesky-social/atproto/discussions) ๐Ÿ‘ˆ Great place to ask questions 23 23 - [Protocol Specifications](https://atproto.com/specs/atp) 24 24 - [Blogpost on self-authenticating data structures](https://bsky.social/about/blog/3-6-2022-a-self-authenticating-social-protocol) 25 25 ··· 27 27 28 28 ## Contributions 29 29 30 + > [!NOTE] 30 31 > While we do accept contributions, we prioritize high quality issues and pull requests. Adhering to the below guidelines will ensure a more timely review. 31 32 32 33 **Rules:** ··· 59 60 60 61 ## Security disclosures 61 62 62 - 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. 63 + 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. 63 64 64 65 ## Are you a developer interested in building on atproto? 65 66