-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for arbitrary issue types #34
Comments
Personally I put that sort of change under either Feature or Support, depending on how I feel about it at the time. You're not wrong though, it'd probably be nice to have another category (or really, to organize things so there can be arbitrary categories). Main thing is each new category would need to be slotted into the 'bugfix or feature release?' dichotomy, which really just becomes a "minor or major change" sort of thing. |
A stop-gap solution could be just adding |
Some issues/PRs are neither bugs, features, nor support. I like the 'cosmetic' issue type idea. However I feel like adding another type might not fit all cases. What would be nice is a way to not specify a type at all. E.g. * :release:`0.1.2 <YYYY-MM-DD>`
* `` Minor change that I felt should be part of a minor release Currently, it will turn the 2nd line into a "bug". |
@jstoiko Problem is, that sort of "minimum data" line item is already shorthand for a bug (as you saw) which is an on-purpose, requested-feature behavior - so changing it would break that :( To the greater point of having "unclassified" line items, though, that's not a bad idea. There is already a generic Sphinx role in Releases called So what might work is to make sure Releases can consume those as "top level" line items, and when it sees them, it just omits the styled
There's a couple minor downsides to this, however:
|
Updated topic to be more descriptive. Another need I thought of the other day is for a "security" type. Would be nice to add that to the built-ins, but of course, it's also strong fodder for "let people designate whatever labels they want". |
Yea, I'm a big fan of that. Another use case I'm thinking of is "tests". Say we added more coverage and we want our community to know: "Test coverage now 100%" or "Tests now use this amazing new library". |
I usually stick that under Support, but again, +1 on the arbitrary labels idea. I just had to do a lot of tweaking of the "how issues behave re: release rollup" for the 1.1 release and it definitely got me thinking about this again. Probably not suuuuper hard to implement at this point, mostly the "is it bug-like or is it feature-like" stuff needs additional centralizing first (but see also #50 which is kinda required & backwards incompat. I think "arbitrary labels" would make sense for a backward incompat 2.0 anyways.) |
I need a |
I use releases for a GUI app. I find myself making improvements to the UI that are not bug fixes but more cosmetic changes that improve readability or something similar. I don't feel right labeling them as features or support issues either.
Do you think the addition of a cosmetic issue type would make sense?
The text was updated successfully, but these errors were encountered: