ly525 / blog

My personal blog / 个人博客(小小鲁班的技术口袋)
https://github.com/ly525/blog/issues
MIT License
45 stars 4 forks source link

提一个简单的PR:给鲁班H5添加一个徽章 #425

Open ly525 opened 2 years ago

ly525 commented 2 years ago

前置知识:

  1. markdown 语法知识:https://www.jianshu.com/p/191d1e21f7ed
  2. markdown 在线编辑器体验:https://www.mdeditor.com/
  3. GitHub 的markdown 语法是支持html标签的
  4. badge: 徽章

    需求

  1. 有空可以看看这个:https://github.com/Naereen/badges#github-make-a-pull-requests

可以给鲁班提一个PR,内容就是:把下面这个图里面的 红框里的 [PRs welcome] 徽章 放到鲁班文档的首页

  1. [PRs welcome]徽章 地址:https://github.com/Naereen/badges#github-make-a-pull-requests

    image

代码如下:

<a href="http://makeapullrequest.com">
  <img alt="Gitter" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" />
</a>

前 VS 后

- 前

鲁班现有文档:https://github.com/ly525/luban-h5,其中红色框中的是现在的badges:版本号 + 聊天群 image

- 后

把  PRs Welcome 徽章 放到 鲁班的文档中,达到如下效果 image