forked from bluesky-social/atproto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Emily Liu
committed
Aug 1, 2023
1 parent
1b0a571
commit d960aa6
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# AT Protocol (Authenticated Transfer Protocol) | ||
|
||
This is a working repository for the "AT Protocol," aka the Authenticated Transfer Protocol. | ||
This is a working repository for the AT Protocol, aka the Authenticated Transfer Protocol. | ||
|
||
--- | ||
|
||
|
@@ -10,7 +10,7 @@ This is a working repository for the "AT Protocol," aka the Authenticated Transf | |
|
||
## ℹ️ About this project | ||
|
||
To learn more about ATP, see: | ||
To learn more about atproto, see: | ||
|
||
- [Protocol Documentation](https://atproto.com/docs) | ||
- [Overview Guide](https://atproto.com/guides/overview) 👈 Good place to start | ||
|
@@ -31,7 +31,7 @@ While we do accept contributions, we prioritize high-quality issues and pull req | |
- Check for existing issues before filing a new one, please. | ||
- Open an issue and give some time for discussion before submitting a PR. | ||
- If submitting a PR that includes a lexicon change, please get sign off on the lexicon change _before_ doing the implementation. | ||
- Issues are for bugs & feature requests related to the Typescript implementation of atproto and related services. For high-level discussions, please you the [Discussion Forum](https://github.com/bluesky-social/atproto/discussions). For client issues, please use the relevant [social-app](https://github.com/bluesky-social/social-app) repo | ||
- Issues are for bugs & feature requests related to the TypeScript implementation of atproto and related services. For high-level discussions, please you the [Discussion Forum](https://github.com/bluesky-social/atproto/discussions). For client issues, please use the relevant [social-app](https://github.com/bluesky-social/social-app) repo | ||
- Stay away from PRs that: | ||
- Refactor large parts of the codebase | ||
- Add entirely new features without prior discussion | ||
|
@@ -40,6 +40,12 @@ While we do accept contributions, we prioritize high-quality issues and pull req | |
|
||
Remember, we serve a wide community of users. Our day-to-day involves us constantly asking "which top priority is our top priority." If you submit well-written PRs that solve problems concisely, that's an awesome contribution. Otherwise, as much as we'd love to accept your ideas and contributions, we really don't have the bandwidth. | ||
|
||
## Are you a developer interested in building on atproto? | ||
|
||
Bluesky is an open social network built on the AT Protocol, a flexible technology that will never lock developers out of the ecosystems that they help build. With atproto, third-party can be as seamless as first-party through custom feeds, federated services, clients, and more. | ||
|
||
If you're a developer interested in building on atproto, we'd love to email you a Bluesky invite code. Simply share your GitHub (or similar) profile with us via [this form](https://forms.gle/BF21oxVNZiDjDhXF9). | ||
|
||
## Security disclosures | ||
|
||
If you discover any security issues, please send an email to [email protected]. The email is automatically CCed to the entire team, and we'll respond promptly. See [SECURITY.md](https://github.com/bluesky-social/atproto/blob/main/SECURITY.md) for more info. | ||
|