mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Add note about issue tracker
This commit is contained in:
parent
a9559d7953
commit
98ff1ad323
1 changed files with 3 additions and 0 deletions
|
@ -184,6 +184,9 @@ def header(app):
|
||||||
Official helpers - https://yunohost.org/#/packaging_apps_helpers_en
|
Official helpers - https://yunohost.org/#/packaging_apps_helpers_en
|
||||||
Experimental helpers - https://github.com/YunoHost-Apps/Experimental_helpers
|
Experimental helpers - https://github.com/YunoHost-Apps/Experimental_helpers
|
||||||
|
|
||||||
|
If you believe this linter returns false negative (warnings / errors which shouldn't happen),
|
||||||
|
please report them on https://github.com/YunoHost/package_linter/issues
|
||||||
|
|
||||||
Analyzing package {header}{app}{end}"""
|
Analyzing package {header}{app}{end}"""
|
||||||
.format(header=c.HEADER, bold=c.BOLD, end=c.END, app=app))
|
.format(header=c.HEADER, bold=c.BOLD, end=c.END, app=app))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue