From a4ffdf472af696de772812325c270df338c9a6f9 Mon Sep 17 00:00:00 2001 From: Loris Moulin Date: Mon, 24 Mar 2025 21:24:45 +0100 Subject: [PATCH] fix: template link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfd5190..0a1bb9c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ BITs pass through several stages before it becomes final: 1. **Fork this repository.** 2. **Create a new file** in the `bits/` directory named `BIT-XXXX.md`, where `XXXX` is the next - available BIT number. You can use the [BIT tenet](bits/BIT-0000-tenet.md) as a starting + available BIT number. You can use the [BIT template](bits/BIT-0000-template.md) as a starting point. 3. **Fill in the tenet** with your proposal details. 4. **Submit a pull request** with your new BIT. The title should be "BIT-XXXX: [Title]" where