Issue Button Customization
About 101 wordsLess than 1 minute
Customize the appearance of the Create Issue button to give your repository more personality.
Configuration
Add the issue configuration to .cnb/settings.yml in the repository's default branch:
.cnb/settings.yml
issue:
button:
description: ~bug~ Here you go!
hoverImage: https://cnb.cool/my/test/-/git/raw/main/issue-hover.pngParameter Reference
| Parameter | Type | Default | Description |
|---|---|---|---|
issue.button.description | string | - | The description text of the Issue button |
issue.button.hoverImage | string | - | Image displayed on hover |
hoverImage supports a repository relative path or a raw URL, with a maximum size of 10 MB.