- Submit an issue describing your proposed change to the repository in question.
- This repository owners will respond to your issue promptly.
- If your proposed change is accepted, you need to propose a technical design to implement your idea. You can go the next step after the design is accepted by this repository owners.
- Fork the desired repository, develop and test your code change.
- Ensure that your code adheres to the existing style in the code set to which you are contributing.
- Ensure that your code has an appropriate set of unit tests which all pass, if possible.
- Execute
yarn format
command to format all codes. - Submit a pull request.