Open icklekitten opened 6 years ago
homepage
can be already set in top-level minil.toml.
https://github.com/tokuhirom/Minilla/blob/master/lib/Minilla/Project.pm#L539
So I think bugtracker
should be set in top-level minil.toml too (not under resources
section).
name = "Foo"
module_maker = "ModuleBuildTiny"
homepage = "https://homepage.example.com"
bugtracker = "https://bug.example.com"
And could you add documentation about homepage
and bugtracker
?
Where to document it? Most of minil.toml doesn't seem documented.
Look at the CONFIGURATION
section in lib/Minilla.pm
Oh. I was looking in Tutorial.pod.
What makes impossible to release this? It would be very handy to have this feature with all the forges based on Gitea in those days.
for issue #247