From b46e8195914fc3479760fef4c443390c01825e63 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sat, 15 Nov 2025 20:39:47 +0000 Subject: [PATCH] bip-0003: Broaden reference implementation format --- bip-0003.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0003.md b/bip-0003.md index be2e85e3..225a4e72 100644 --- a/bip-0003.md +++ b/bip-0003.md @@ -105,7 +105,7 @@ following list and address each as appropriate. implementers and users should deal with these incompatibilities. * Reference Implementation — Where applicable, a reference implementation, test vectors, and documentation must be finished before the BIP can be given the status "Complete". Test vectors must be provided in the BIP or - as auxiliary files (see [Auxiliary Files](#auxiliary-files)) under an acceptable license. The reference implementation can be provided in the BIP, as an auxiliary file, or per reference to a pull request that is expected to remain available permanently. + as auxiliary files (see [Auxiliary Files](#auxiliary-files)) under an acceptable license. The reference implementation can be provided in the BIP as an auxiliary file, reference to a pull request (expected to remain available permanently), a new code repository, or similar. * Changelog — A section to track modifications to a BIP after reaching Complete status. * Copyright — The BIP must be placed under an acceptable license (see [BIP Licensing](#bip-licensing) below).