Unverified Commit d3fa5651 authored by Tao Feng's avatar Tao Feng Committed by GitHub

chore: add prlint rule (#460)

* chore: add prlint rule

* chore: add prlint rule file

* Update .github/prlint.json
Co-authored-by: 's avatarMarcos Iglesias <190833+Golodhros@users.noreply.github.com>

* Update .github/prlint.json
Co-authored-by: 's avatarMarcos Iglesias <190833+Golodhros@users.noreply.github.com>

* chore: update prlint
Co-authored-by: 's avatarMarcos Iglesias <190833+Golodhros@users.noreply.github.com>
parent 33507eeb
{
"title": [
{
"pattern": "^(build|ci|docs|feat|fix|perf|refactor|style|test|chore|other)((.+))?:\\s.+",
"message": "Your title needs to be prefixed with a topic."
}
],
"body": [
{
"pattern": ".{1,}",
"message": "You need literally some contents in your description"
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment