Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@jwenjian jwenjian released this 20 Aug 14:35
· 344 commits to master since this release

README.md will now display part of body of new created issue instead of its title only

Issue can now specify its summary by adding --- into issue body, for example:

If an issue has below body:

title

description

---
examples:
1. 
2. 
...

Then README.md will display the part from body start to the index of ---:

title

description

[More>>>](issue_html_url)

Note: If your issue doesn't has ---, the first 150 characters will be displayed instead.


README.md现在支持显示最新issue的部分内容, 而不是只显示issue的标题。

Issue现在可以通过添加---来指定要显示在README中的内容

如果你的issue内容如下:

title

description

---
examples:
1. 
2. 
...

那么README中会显示如下信息:

title

description

[More>>>](issue_html_url)

另外, 如果Issue中没有---, 则会显示issue内容的前150个字符。