Skip to content

Commit 5ad76b7

Browse files
authored
Merge pull request rust-lang#232 from rust-lang/KodrAus-patch-1
Add readme link to Discussions
2 parents 442b029 + 490d072 commit 5ad76b7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ anything to help you contribute.
1313

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

18-
[file an issue]: https://github.com/rust-lang/api-guidelines/issues/new
18+
If you'd like to propose a specific amendment to an existing guideline you can
19+
also [open an issue].
20+
21+
[open a discussion]: https://github.com/rust-lang/api-guidelines/discussions/new
22+
[open an issue]: https://github.com/rust-lang/api-guidelines/issues/new
1923

2024
## Writing content for the guidelines
2125

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and other crates in the Rust ecosystem.
77

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

10+
## Join the discussion
11+
12+
See the [Discussions](https://github.com/rust-lang/api-guidelines/discussions)
13+
tab for proposing new API guidelines, asking questions about how to apply them,
14+
and for proposing new ones.
15+
1016
## License
1117

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

0 commit comments

Comments
 (0)