X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=CONTRIBUTING.md;h=ea9f2c194300507798ef377ea2f821035d82a5d1;hb=8208c77782d80634714b7ecd6ad5750a4c4663dc;hp=e7041dcddc42c1e222b3b5a8b8e7d23f188ae2c0;hpb=2a6200a5c8f19763268f531302ed7ddccf1e7204;p=rust.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7041dcddc4..ea9f2c19430 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ always work, and sometimes it's hard to know what to search for, so consider thi extra credit. We won't mind if you accidentally file a duplicate report. Similarly, to help others who encountered the bug find your issue, -consider filing an issue with with a descriptive title, which contains information that might be unique to it. +consider filing an issue with a descriptive title, which contains information that might be unique to it. This can be the language or compiler feature used, the conditions that trigger the bug, or part of the error message if there is any. An example could be: **"impossible case reached" on lifetime inference for impl Trait in return position**. @@ -142,7 +142,7 @@ file. If you still have a `config.mk` file in your directory - from ### Building [building]: #building -A default configuration shall use around 3.5 GB of disk space, whereas building a debug configuration may require more than 30 GB. +A default configuration requires around 3.5 GB of disk space, whereas building a debug configuration may require more than 30 GB. Dependencies - [build dependencies](README.md#building-from-source)