diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-10-05 13:15:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-05 13:15:59 +0200 |
| commit | 1bd61bbeac4673d51a63c6819c52c1dfb2ab736d (patch) | |
| tree | 8c191e7b33dba182c173702ca861592ab2b8b1f4 | |
| parent | cb5bb13ea9a5213a9bb9b51c3cfc0aa1c3f16dee (diff) | |
| parent | 05f7b092a484c1bd0132ab645800e53be3709aef (diff) | |
| download | rust-1bd61bbeac4673d51a63c6819c52c1dfb2ab736d.tar.gz rust-1bd61bbeac4673d51a63c6819c52c1dfb2ab736d.zip | |
Rollup merge of #131278 - onur-ozkan:update-outdated-doc, r=Kobzol
remove outdated contribution direction
| -rw-r--r-- | src/bootstrap/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index 0ac58645d2d..f036603ee70 100644 --- a/src/bootstrap/README.md +++ b/src/bootstrap/README.md @@ -182,10 +182,8 @@ Some general areas that you may be interested in modifying are: `Config` struct. * Adding a sanity check? Take a look at `bootstrap/src/core/sanity.rs`. -If you make a major change on bootstrap configuration, please remember to: - -+ Update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`. -* Update `change-id = {pull-request-id}` in `config.example.toml`. +If you make a major change on bootstrap configuration, please add a new entry to +`CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`. A 'major change' includes |
