-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an REP template to assist the Community members in drafting new REPs in a consistent format.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
``` | ||
REP: REP-Template | ||
Title: REP Template | ||
Status: Draft | ||
Type: Core/Protocol/Process/Informational | ||
Created: 01 Jan 1970 | ||
Author(s): jane@doe.com | ||
Description: This is a template for drafting new REPs. | ||
Discussions: <https://forum.rss3.io/t/how-to-start-an-rep/39> | ||
``` | ||
|
||
# REP-Template: REP Template | ||
|
||
## Abstract | ||
|
||
### ***This is not an official REP*** | ||
|
||
This is a template for drafting new REPs. | ||
|
||
Duplicate this file and fill in the blank sections to create a new REP. Add optional sections when needed. | ||
|
||
Use `REP-Template` for all drafts (and assets when applicable), the Editors will assign a new number when the REP is ready to be merged. | ||
|
||
Please check [REP-1](./REP-1.md) for the format. | ||
|
||
### ***This is not an official REP*** | ||
|
||
## Motivation | ||
|
||
## Specification | ||
|
||
## Rationale |