Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

52 lines (31 loc) · 1.12 KB

Guidelines for Contributing

Thank you for your time on Wechaty.

Link to Wechaty

Contribute by marketing: Add Powered by Wechaty Badge to your Project Homepage:

Powered by Wechaty

Markdown

[![Powered by Wechaty](https://img.shields.io/badge/Powered%20By-Wechaty-green.svg)](https://github.com/wechaty/wechaty)

Html

<a href="https://github.com/wechaty/wechaty" target="_blank">
  <img src="https://img.shields.io/badge/Powered%20By-Wechaty-green.svg" alt="Powered by Wechaty" border="0">
</a>

Bug Report

Contribute by feedback, make code robust.

Feature Request

Contribute by make product suggestion.

Pull Request

Please:

  1. submit issue to describe the problem to get start
  2. then send pull request as you need(with unit test & pass linting)
$ npm run lint
$ npm run test
  1. and do not forget to reference the issue

I built wechaty with pleasure because it can help others. help from you for wechaty will be very appreciated by the community.

Cheers!

Huan