From 20d5f0bebc5841813232344c6615c11fde6c48a8 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 31 Jul 2021 22:45:26 +0800 Subject: [PATCH 1/2] add a link to the RFC number allocation issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23362ad04..c6292ca81 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Before submiting a RFC pull request, you should proposal the idea or document to After discussion, please create a pull request to propose your RFC: -> Copy `0000-template` as `rfcs/0000-feature-name`, where `feature-name` is the descriptive name of the RFC. Don't assign an number yet. +> Copy `0000-template` as `rfcs/0000-feature-name`, where `feature-name` is the descriptive name of the RFC. Don't assign a number yet. Reserve the RFC number in [this issue](https://github.com/nervosnetwork/rfcs/issues/246). Nervos RFCs should be written in English, but translated versions can be provided to help understanding. English version is the canonical version, check english version when there's ambiguity. From dcc3c7e1f00d00d48f5160ac04b7a0417c9a4be8 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 31 Mar 2022 16:48:46 +0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: busyforking <5958+janx@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6292ca81..e3b185570 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Before submiting a RFC pull request, you should proposal the idea or document to After discussion, please create a pull request to propose your RFC: -> Copy `0000-template` as `rfcs/0000-feature-name`, where `feature-name` is the descriptive name of the RFC. Don't assign a number yet. Reserve the RFC number in [this issue](https://github.com/nervosnetwork/rfcs/issues/246). +> Copy `0000-template` as `rfcs/0000-feature-name`, where `feature-name` is the descriptive name of the RFC. Don't assign a number yet. Reserve a RFC number in [this issue](https://github.com/nervosnetwork/rfcs/issues/246). Nervos RFCs should be written in English, but translated versions can be provided to help understanding. English version is the canonical version, check english version when there's ambiguity.