Klaytn Improvement Proposals (KIPs) describe standards for the Klaytn platform, including core protocol specifications, client APIs, and contract standards.
Your first PR should be a first draft of the final KIP. It must meet the formatting criteria enforced by the build (largely, correct metadata in the header). An editor will manually review the first PR for a new KIP and assign it a number before merging it. Make sure you include a discussions-to header with the URL to a discussion forum or open GitHub issue where people can discuss the KIP as a whole.
If your KIP requires images, the image files should be included in a subdirectory of the assets folder for that KIP as follows: assets/kip-N (where N is to be replaced with the KIP number). When linking to an image in the KIP, use relative links such as ../assets/kip-1/image.png.
Once your first PR is merged, we have a bot that helps out by automatically merging PRs to draft KIPs. For this to work, it has to be able to tell that you own the draft being edited. Make sure that the ‘author’ line of your KIP contains either your Github username or your email address inside
When you believe your KIP is mature and ready to progress past the draft phase, you should do the following:
{% include types_lastcall.html %}