about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2022-04-17 16:08:39 +0200
committerPhilipp Krones <hello@philkrones.com>2022-06-06 16:17:57 +0200
commit6b21d386f66cfd574bf8e65769fd41231e592ad8 (patch)
tree4ca30acb5381a6d4f252a30c911373b685c4067e
parent97bceb0e31c96ca9287db5de42c33795f1693b07 (diff)
downloadrust-6b21d386f66cfd574bf8e65769fd41231e592ad8.tar.gz
rust-6b21d386f66cfd574bf8e65769fd41231e592ad8.zip
Book: Add Proposals description
-rw-r--r--book/src/development/proposals/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/book/src/development/proposals/README.md b/book/src/development/proposals/README.md
index 2195a7f4832..78fe34ebf8f 100644
--- a/book/src/development/proposals/README.md
+++ b/book/src/development/proposals/README.md
@@ -1 +1,11 @@
 # Proposals
+
+This chapter is about accepted proposals for changes that should be worked on in
+or around Clippy in the long run.
+
+Besides adding more and more lints and improve the lints that Clippy already
+has, Clippy is also interested in making the experience of its users, developers
+and maintainers better over time. Projects that address bigger picture things
+like this usually take more time and it is useful to have a proposal for those
+first. This is the place where such proposals are collected, so that we can
+refer to them when working on them.