-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSPP 2021: Wechaty Lark Puppet #1085
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the post!
Please:
- Sign CLA first
- Make GitHub action green. You can run
npm run test
locally to make it pass the test. - You can ask your mentor help you to review the blog first. When your mentor approve the blog, I will review your blog.
|
||
- 熟悉wechaty | ||
- 7.14 - 7.17 | ||
- 使用wecharty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Wechaty' here, not 'wecharty'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done~
LGTM |
Hi @remember00000 Please make Github action green, then I will review this PR. You can run @Roxanne718 Could you help @remember00000 to make GitHub action green? thanks! |
I try this,but I met something and I can solve that by google;So I ask in Issues,and I hope to run npm run test locally successfully.thanks |
Hi @remember00000 As Github Action shown Your error is related to the image issues, you can read the error info and change as the error required.
As you mention in #1093 It seems this error is totally different from the issue you report, if you can give reproduce code, I would like to help. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making Github Action green!
Please change as I request, and it would be better if you can refer https://github.com/wechaty/wechaty.js.org/pull/1078/files to make the blog more beautiful/
--- | ||
title: "基于开放 API 封装 Wechaty 接口下的飞书聊天机器人:期初具体计划" | ||
author: remember00000 | ||
categories: project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to the following as OSPP Guide required.
categories:
- project
- ospp
- puppet-provider | ||
- lark | ||
- summer-of-wechaty | ||
- ecosystem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the following tag as OSPP Guide required:
ospp
,ospp-2021
,plan
- 导师:范蕊 | ||
|
||
- 学生:马田慧 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the project link here: wechaty/summer#38
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change as I request.
Also, please change the file name from jekyll/_posts/2021-07-14-wechaty-puppet-lark-plan-blog.md
to 2021-07-14-ospp-plan-XX
as https://wechaty.js.org/2021/06/24/summer-wechaty-guide/ required.
@@ -0,0 +1,73 @@ | |||
--- | |||
title: "基于开放 API 封装 Wechaty 接口下的飞书聊天机器人:期初具体计划" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change title to OSPP 2021-期初报告-你的标题
as https://wechaty.js.org/2021/06/24/summer-wechaty-guide/ required.
@remember00000 Please make Github action green. |
Thank you very much for your contribution! You are welcome to join Wechaty Contributor Program1. Join Wechaty Organization
I have invited you to join our Wechaty GitHub Organization, please accept it by following the above message. 2. Update Your Wechaty Contributor Profile
3. Join The Contributor Only WeChat RoomWe also have a WeChat room for contributors only which can discuss Wechaty at a deeper level, you are welcome to join and if you are interested. Please add my: wechat: ruirui_0914 and send this pr link to me. I will invite you into Wechaty Contributor Room Link to wechaty/PMC#16 Cheers! |
Please make sure to check the following boxes creating your pull request, thank you very much!
Add Blog Header, including title, author, image, categories, tags, etc.
For example:
title: Your Great Blog Title
author: your_github_id
categories: project
tags:
image: /assets/2021/02-your-blog-slug/teaser.jpg
One line bio
Your blog post content Your blog post content
Your blog post content Your blog post content
Your blog post content Your blog post content
It will be easier to start drafting your post by using a existing post file as your template, for example, this one
Keep all filenames lowercase, and use - to connect words instead of space. e.g. 2017-10-06-wechat-pc-impactor.md instead of 2017-10-06-WeChat PC Impactor.md
Embed video/pdf from YouTube/Bilibili/local (if there's any) by using {% include iframe.html src="URL_or_PATH" %}. (Learn more about how to embed file/url in the post by reading this blog post
Save photo to local before publishing, to a folder named by ${MONTH}-${YOUR_BLOG_SLUG}/ under /assets/2021/ directory.
Select a beautiful and meaningful teaser image for your blog
Create your contributor profile (if you are a first time contributor)
For excample:
jekyll/_contributors/lijiarui.md
name: Jiarui LI (李佳芮)
site: https://lijiarui.github.io
bio: 句子互动创始人 & CEO,微软人工智能最具价值专家 (AI MVP)
avatar: /jekyll/assets/contributors/lijiarui/avatar.png
email: [email protected]
twitter: https://weibo.com/u/2175505900
Here is the example file:
lijiarui.md: https://github.com/wechaty/wechaty.js.org/blob/master/jekyll/_contributors/lijiarui.md
It will shown like this on wechaty website: https://wechaty.js.org/contributors/lijiarui/
To learn more about the contribute guideline, visit: https://wechaty.js.org/docs/contributor-program/