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.
Fix typos in README. (bluesky-social#1186)
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ To learn more about ATP, see: | |
|
||
## Rules & Guidelines | ||
|
||
While we do accept contributions, we prioritize high quality issues and pull requests. Adhering to the below guidelines will ensure a more timely review. | ||
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: | ||
|
||
|
@@ -28,21 +28,21 @@ While we do accept contributions, we prioritize high quality issues and pull req | |
|
||
### Guidelines: | ||
|
||
- Check for existing issues before filing a new one please. | ||
- 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 relevenant [social-app](https://github.com/bluesky-social/social-app) repo | ||
- 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 | ||
- Stay away from PRs that: | ||
- Refactor large parts of the codebase | ||
- Add entirely new features without prior discussion | ||
- Change the tooling or frameworks used without prior discussion | ||
- Introduce new unnecessary dependencies | ||
|
||
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. | ||
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. | ||
|
||
## 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 [SECRUITY.md](https://github.com/bluesky-social/atproto/blob/main/SECURITY.md) for more info. | ||
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. | ||
|
||
## License | ||
|
||
|