-
-
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 `Submit an REP` section.
- Loading branch information
Showing
1 changed file
with
8 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 |
---|---|---|
|
@@ -18,6 +18,14 @@ This repository tracks all REPs proposed by the RSS3 Community. | |
| [REP-40](./REPs/REP-40.md) | Whitepaper Updates | [pseudoyu](mailto:[email protected]) | Core | Candidate | | ||
| [REP-43](./REPs/REP-43.md) | Introducing Payment Processor for Request Fees | [Nya Candy](mailto:[email protected]) | Core | Review | | ||
|
||
## Submit an REP | ||
|
||
1. Fork the repository by clicking the "Fork" button in the top right, then clone your fork. | ||
2. Duplicate `REPs/REP-Template.md` and rename it to `REPs/REP-XXXX.md` (where `XXXX` is the next available Pull Request number). | ||
3. Fill in the REP template with your proposal, remember to add links to relevant discussions on the RSS3 Forum. | ||
4. Run `npm run format`. | ||
5. Submit a Pull Request to RSS3 Network's `main` branch. | ||
|
||
## License | ||
|
||
RSS3 Evolution Proposals are collectively maintained by the RSS3 Community. All work under this repository is marked with [CC0 1.0](./LICENSE). | ||
|