If you plan to add a new HOPEEcosystem Improvement Proposal (HIP) follow this guide:
- Fork this repository by clicking 'Fork' in the top right.
- Install the project dependencies:
npm install
. Note the repository works withNode v18
. - Create a new HIP file with an UPPERCASE_IDENTIFIER:
SOME_HIP.md
following the HIP template insidecontent/HIPs/
directory. - Submit a Pull Request (PR) to the main.
Your PR must follow the formatting criteria enforced by the build, as detailed in the HIP template. Make sure you include a discussions-to
header with the URL to a discussion forum or open GitHub issue where people can discuss the HIP as a whole.
If your HIP requires images, the image files should be included in a subdirectory of the assets
folder for that HIP as follow: assets/[UPPERCASE_IDENTIFIER]
(for HIP SOME_HIP it would be assets/SOME_HIP/
). When linking to an image in the HIP, you must use the full url for the raw content, for example https://raw.githubusercontent.com/Light-Ecosystem/HIP/main/content/assets/[UPPERCASE_IDENTIFIER]/image.png
.