Open
Description
Over at ReactiveUI we are not using the standard convention of:
- Bug
- Feature
- Improvement
- Performance
Instead, because the product targets so many platforms we use a convention of one label per platform:
- ReactiveUI Core
- ReactiveUI Events
- UWP
- Xamarin Android
- Xamarin Mac
- Xamarin iOS
- WPF
- WinForms
- Housekeeping
Currently GitReleaseManager has a restriction of one label per issue, in some cases a single GitHub issue will affect multiple platforms and thus would like to see that issue appearing multiple times in our release notes (i.e. once under Xamarin.Mac and once under Xamarin.iOS)
ITT we discuss design before sending in a PR.