Skip to content

Commit

Permalink
Introduce basic rule list
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 3, 2024
1 parent 4e05a13 commit 640fed9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ This repository is a collection of ENSIPs (Ethereum Name Service Improvement Pro

> WIP
## Rule List

- Must have one `title` (#)
- Must have one `Abstract`, with body
- Must have one `Motivation`, with body
- Must have one `Specification`, with body
- Must have one `Rationale`, with body
- May have one `Backwards Compatibility`, with body
- May have one `Security Considerations`, with body
- Must have one `Copyright`, with body matching the template.md
- Must not contain comments `<!-- -->`
- Must have `description` in frontmatter
- Must have `contributors` in frontmatter
- Must have `ensip` in frontmatter
- Must have `created` under `ensip`
- Must have `status` under `ensip` (draft, obsolete, final)

## License

All ENSIPs are licensed under the [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) license.

0 comments on commit 640fed9

Please sign in to comment.