Spark Improvement Proposals (SIPs) describe standards for the Spark protocol, including core protocol changes, interface standards, and informational guidelines.
- Fork this repository into your own GitHub account.
- Copy the
template.mdfile into thesips/directory, naming itsip-<number>.md, where<number>is the next available SIP number. - Fill in the required sections as per the template.
- Commit your changes and submit a pull request to this repository.
- Create a GitHub Issue for discussion using the default issue template.
For more details on the SIP process, see SIP-1.