We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a4ee43 + 05f7b09 commit b362eabCopy full SHA for b362eab
src/bootstrap/README.md
@@ -182,10 +182,8 @@ Some general areas that you may be interested in modifying are:
182
`Config` struct.
183
* Adding a sanity check? Take a look at `bootstrap/src/core/sanity.rs`.
184
185
-If you make a major change on bootstrap configuration, please remember to:
186
-
187
-+ Update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`.
188
-* 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`.
189
190
A 'major change' includes
191
0 commit comments