mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-26 23:00:26 -05:00
19 lines
357 B
JSON
19 lines
357 B
JSON
{
|
|
"categories": [
|
|
{
|
|
"title": "## Features",
|
|
"labels": ["enhancement"]
|
|
},
|
|
{
|
|
"title": "## Fixes",
|
|
"labels": ["bug"]
|
|
},
|
|
{
|
|
"title": "## Web App",
|
|
"labels": ["webapp"]
|
|
}
|
|
],
|
|
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Others</summary>\n\n${{UNCATEGORIZED}}\n</details>",
|
|
"pr_template": "- ${{TITLE}} (PR: #${{NUMBER}})"
|
|
}
|