CIPs in the repository are published automatically on the web at https://nyjc-computing.github.io/cips/. To learn more about the purpose of CIPs, please start reading at CIP 1.
Only members of Nanyang System Developers may propose new CIPs.
To propose a CIP:
- Create a new branch for your CIP.
- Write up the CIP in ReStructuredText (.rst) format.
- Make a PR from your branch to
main
To prevent effort drafting a CIP going to waste, you may wish to discuss it in #general first to see if there’s support for the idea.
# Install requirements
poetry install
# Build the PEPs
make html
The output HTML is found under the _build/html
directory.