Updates list of Pull Request areas / prefixes in CONTRIBUTING.md:
- Adds
init,cli,depends,contrib - Removes
lib - Changes
scripttoscripts
Updates list of Pull Request areas / prefixes in CONTRIBUTING.md:
init, cli, depends, contriblibscript to scripts78 | @@ -79,19 +79,22 @@ about Git. 79 | The title of the pull request should be prefixed by the component or area that 80 | the pull request affects. Valid areas as: 81 | 82 | - - `consensus` for changes to consensus critical code
why is this (re)moved?
Figured they should be ordered by simplicity.
I don't see the value of these changes.
* Changes `script` to `scripts`
See: #16484 (comment)
I don't see the value of these changes.
I agree. I'm also not sure this is worth doing.
Alright - I thought these would be validated by commit-script-check at some point; I guess these are relaxed instructions.
As for scripts vs script, I thought it would help avoid misuses like #16653 (bitcoin's script language vs utility scripts)