Chris Beaven
Chris Beaven
When `saved_file` signal actually fires was the confusion in #185. Docs should clearly show that this signal only fires when an uncommitted file is attached to the model and then...
@smacker wrote in #131: > Also is it okay, that widget looks not very pretty in admin by default? (django 1.4) > http://cl.ly/0v150A150V1L1V1N2g2R > Look "clear" label and checkbox, than...
The readme says add `[tools.pdm.bump_plugin]` to `pyproject.toml`, but that doesn't actually work. Firstly, because your prefix is actually `tool.pdm.bump-plugin`, and secondly because local pdm configuration happens in `pdm.toml`. As a...
From #608: > An interesting aside: without some text after the pre-formatted block, it breaks the rendering of the issue number towncrier adds when building because it's considered part of...
We've got a big backlog of fixes in trunk now -- time for a release you think @adiroiban ? Maybe #604 should be resolved first, but nothing else is outstanding....
From @adiroiban comments in #603 > Especially the part from Section Path Behaviour is confusing. > > I think that it needs better example. > > For example > >...
# Description As discussed in #600, here are my suggestions on the pre-commit changes. * renaming `towncrier-check` -> `towncrier-draft`. It is set to trigger if any text files have changed....
In my recent PRs, there has been some discussion around what constitutes part of the towncrier public API. @adiroiban has asked around any changes to method names that aren't underscored,...
This seems an unnatural correlation and I'm not sure what the purpose of the current hook (`towncrier --draft`) would really even be! Also, it would make sense that this always...
Previously discussed in #348 Currently, you can have a news item with multiple issues by making multiple fragments with the same content. For example: ``` towncrier create --content "An important...