The repository contains documents that outline proposals for large changes to ReactPy.
- Install Hatch
- Clone this repository
- Run
hatch shell
- Copy the
template.md
into a new file atdocs/rpeps/RPEP-9999.md
- Add it to the
nav
inmkdocs.yml
- Fill out the template with your proposal
- See what it looks like by running
mkdocs serve
- Create a pull request.
rpep
is distributed under the terms of the MIT license.