mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-05 00:31:57 -04:00
18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"categories": [
|
|
{
|
|
"title": "## Features",
|
|
"labels": ["feature"]
|
|
},
|
|
{
|
|
"title": "## Fixes",
|
|
"labels": ["fix"]
|
|
},
|
|
{
|
|
"title": "## Web App",
|
|
"labels": ["webapp"]
|
|
}
|
|
],
|
|
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Others</summary>\n\n${{UNCATEGORIZED}}\n</details>",
|
|
"pr_template": "- ${{TITLE}} (PR: #${{NUMBER}})"
|
|
} |