项目原始demo,不改动
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.
 
 
 
 

801 B

Contribution guidelines

  • Install/update the dependencies:

    npm install
    
  • Make sure the code lints:

    npm run lint
    
  • Make sure all of the tests pass:

    npm test
    
  • Adhere to the coding conventions that are used elsewhere in the codebase.

  • New code must have new unit tests.

  • New features or changes to existing features must be documented in the readme file.

  • Add yourself to the authors file.

  • Feel free to open an issue first, if the change is one that you think needs some discussion.