diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e184d34bc84e9c05ec828b3f4fd9b4e3f1155eca 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,46 @@ +# 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](https://img.shields.io/badge/Powered%20By-Wechaty-green.svg)](https://github.com/wechaty/wechaty) + +## Markdown + +```markdown +[![Powered by Wechaty](https://img.shields.io/badge/Powered%20By-Wechaty-green.svg)](https://github.com/wechaty/wechaty) +``` + +## Html + +```html + + Powered by Wechaty + +``` + +# 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 +1. then send pull request as you need +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 +