The creation of fragments is currently a bit inconvenient because the current mechanism does not support:
- interactive editing with readline support
- interactive selection of the fragment type
- direct feedback when the input (i.e. th issue id does not match to the configured pattern)
It would be a good thing to use something like questionary for that.
Additionally using commandline parameters with completion would also be a great thing for that:
towncrier create --issue 123 --type feature --content "Yolobanana change"