From dff6a65beb95180cedca4a45ca255382238eaebd Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Fri, 20 Sep 2024 03:30:42 +0800 Subject: [PATCH] Move template out --- README.md | 2 +- DIPs/template.md => template.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename DIPs/template.md => template.md (100%) diff --git a/README.md b/README.md index ed93f08..31a1b86 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ We welcome contributions from everyone! Follow these steps to submit a DIP: git clone https://github.com/darwinia-network/DIPs ``` 2. **Create a new DIP**: - - Copy the [template.md](DIPs/template.md) file. + - Copy the [template.md](template.md) file and paste it into the `DIPs` folder. - Rename the file according to the DIP number you are submitting. For example, if you are submitting DIP-0, rename the file to `dip-0.md`. 3. **Fill out the template**: - The template is minimal but comprehensive. Every section must be filled out as none of the sections are optional. You may, however, add additional sections if needed. diff --git a/DIPs/template.md b/template.md similarity index 100% rename from DIPs/template.md rename to template.md