Skip to content

Add readme link to Discussions #232

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

Merged
merged 2 commits into from
Dec 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ anything to help you contribute.

We are always looking out for lessons to learn from high-quality Rust libraries.
If you spot an aspect of some crate's API that you think other crates could
benefit from, please [file an issue] to let us know.
benefit from, please [open a discussion] to let us know.

[file an issue]: https://github.com/rust-lang/api-guidelines/issues/new
If you'd like to propose a specific amendment to an existing guideline you can
also [open an issue].

[open a discussion]: https://github.com/rust-lang/api-guidelines/discussions/new
[open an issue]: https://github.com/rust-lang/api-guidelines/issues/new

## Writing content for the guidelines

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and other crates in the Rust ecosystem.

[Read them here](https://rust-lang.github.io/api-guidelines).

## Join the discussion

See the [Discussions](https://github.com/rust-lang/api-guidelines/discussions)
tab for proposing new API guidelines, asking questions about how to apply them,
and for proposing new ones.

## License

This project is licensed under either of [Apache License, Version
Expand Down