gitea/modules/issue/template
zeripath 64973cf18f
Use path not filepath in template filenames ()
Paths in git are always separated by `/` not `\` - therefore we should
`path` and not `filepath`

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
..
template.go Implement FSFE REUSE for golang files ()
template_test.go Implement FSFE REUSE for golang files ()
unmarshal.go Use path not filepath in template filenames ()