Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

33 lines (18 loc) · 1.28 KB

Contributing

Introduction

First, thank you for considering contributing. It's people like you that make the open source such a great community!

We welcome any kind of contribution, not only codes. You may help with

  • QA: issue a bug with more details you can give the better
  • Community: writing blog/posts, howto, printing stickers, ...
  • Code: take a look at the open issues. Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.

Q&A

A group of fans focusing on the WeChatPay in QQ group 684379275, and everyone may help each other. In particular, the manager whom Memory(nickname) had been a lot of working experiences, and she shall give more help. Feel free join in this group.

Community

It should be better the place that is The WeChatPay official developers' community.

Code

Style

This package is followed the Airbnb's base JavaScript coding style since v0.4.6, please follow that before you're ready commiting.

Testing

Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing on GitHub Actions.

Developing

npm test run the mocha unit tests