mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-09 15:53:54 +00:00
process: Created ↦ Assigned
``` sed -z -i 's/Created: /Assigned: /' bip-0*.md sed -z -i 's/Created: /Assigned: /' bip-0*.mediawiki ```
This commit is contained in:
@@ -11,7 +11,7 @@ my %RequiredFields = (
|
||||
Authors => undef,
|
||||
Status => undef,
|
||||
Type => undef,
|
||||
Created => undef,
|
||||
Assigned => undef,
|
||||
# License => undef, (has exceptions)
|
||||
);
|
||||
my %MayHaveMulti = (
|
||||
@@ -23,7 +23,7 @@ my %MayHaveMulti = (
|
||||
'Discussion' => undef,
|
||||
);
|
||||
my %DateField = (
|
||||
Created => undef,
|
||||
Assigned => undef,
|
||||
);
|
||||
my %EmailField = (
|
||||
Authors => undef,
|
||||
@@ -55,7 +55,7 @@ my @FieldOrder = qw(
|
||||
Comments-URI
|
||||
Status
|
||||
Type
|
||||
Created
|
||||
Assigned
|
||||
License
|
||||
License-Code
|
||||
Discussion
|
||||
|
||||
Reference in New Issue
Block a user