Skip to content

Unify DEP spelling with a dash instead of a space (e.g. "DEP-0")

Otto Kekäläinen requested to merge otto/deps:consistent-naming-dep-0 into master

Replace all occurrences of DEP ([0-9]{1,2}) with DEP-N to ensure spelling is consistent with the DEP-0 spelling in the title of the original DEP-0 proposal.

Likewise, replace all occurrences of DEP([0-9]{1,2}) without a space with DEP-N with a dash.

Do not change filenames, but allow them to stay as depN or whatever.

This is aligned with the style of e.g. Ethereum Improvement Proposals (https://eips.ethereum.org/EIPS/eip-1).

Note all three alternatives:

You can vote both up and down. You can also change your vote. Double votes will be manually nullified at final count as there is no technical way to prevent it.

Edited by Otto Kekäläinen

Merge request reports

Loading