forgejo/modules/issue/template
Gusted 310376525b
[CHORE] Use forked binding library
- Use the forked [binding](https://code.forgejo.org/go-chi/binding)
library. This library has two benefits, it removes the usage of
`github.com/goccy/go-json` (has no benefit as the minimo library is also
using it). It adds the `TrimSpace` feature, which will during the
binding part trim the spaces around the value it got from the form, this
is done before validation.
2024-11-05 22:47:34 +01:00
..
template.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
template_test.go Issue Templates: add option to have dropdown printed list (#31577) 2024-07-22 15:44:13 +02:00
unmarshal.go Extend issue template yaml engine (#29274) 2024-03-06 12:10:47 +08:00