Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 750 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 750 Bytes

How to become a contributor and submit your own code

Contributing a patch

  1. Submit an issue describing your proposed change to the repository in question.
  2. This repository owners will respond to your issue promptly.
  3. 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.
  4. Fork the desired repository, develop and test your code change.
  5. Ensure that your code adheres to the existing style in the code set to which you are contributing.
  6. Ensure that your code has an appropriate set of unit tests which all pass, if possible.
  7. Execute yarn format command to format all codes.
  8. Submit a pull request.