# 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](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](https://developers.weixin.qq.com/community/pay). ## 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](actions). ### Developing `npm test` run the `mocha` unit tests