1
0
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:
Murch
2025-10-08 14:59:36 -07:00
parent 85c9385e20
commit 24e96e870f
190 changed files with 192 additions and 192 deletions

View File

@@ -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