diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 7cc90f65c70edbd4379945026784754589f4cef5..4bac53075c927a0f59649ccf0903085e9069d760 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -83,10 +83,8 @@ body: - Skia (WPF) - Skia (GTK on Linux/macOS/Windows) - Skia (Linux Framebuffer) - - Skia (Tizen) - Windows - Build tasks - - Solution Templates - type: dropdown id: ide diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md index fa3526fb5cb659ff875dad83b043d3336389b7a9..7c3d2a68b9cc5632a2587ad5174a365e4296514d 100644 --- a/.github/ISSUE_TEMPLATE/documentation-request.md +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -30,7 +30,6 @@ labels: kind/consumer-experience, kind/documentation, triage/untriaged, difficul - [ ] WPF - [ ] GTK (Linux) - [ ] Linux Framebuffer - - [ ] Tizen - [ ] Windows ## Anything else we need to know? diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md deleted file mode 100644 index 4a013fc0cdd38c938125f011b59dbece79803975..0000000000000000000000000000000000000000 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Enhancement Request -about: Suggest an enhancement to the Uno project -labels: kind/enhancement, triage/untriaged, difficulty/tbd ---- - - - -## What would you like to be added: - -## Why is this needed: - -## For which Platform: - -- [ ] WebAssembly -- [ ] Android -- [ ] iOS -- [ ] macOS (AppKit) -- [ ] Mac Catalyst -- [ ] Skia - - [ ] WPF - - [ ] GTK (Linux) - - [ ] Linux Framebuffer - - [ ] Tizen -- [ ] Windows -- [ ] Build tasks -- [ ] Solution Templates - -## Anything else we need to know? - diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml new file mode 100644 index 0000000000000000000000000000000000000000..f7688ea76b487aa5b04ee4ce7c7388d44c7d1871 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -0,0 +1,38 @@ +name: Enhancement Request +description: Suggest an enhancement to Uno Platform +labels: [kind/enhancement, triage/untriaged, difficulty/tbd] +body: + - type: textarea + id: enhancement-description + attributes: + label: What would you like to be added + description: Describe in detail what is the feature or functionality you are missing + + - type: textarea + id: enhancement-use-case + attributes: + label: Why is this needed + description: Describe the use case of this enhancement + + - type: dropdown + id: enhancement-platforms + attributes: + label: For which platform + multiple: true + options: + - WebAssembly + - Android + - iOS + - macOS (AppKit) + - Mac Catalyst + - Skia (WPF) + - Skia (GTK on Linux/macOS/Windows) + - Skia (Linux Framebuffer) + - Windows + - Build tasks + + - type: textarea + id: enhancement-additional-info + attributes: + label: Anything else we need to know? + description: Notes for contributors, further explanations, or any other information diff --git a/.github/ISSUE_TEMPLATE/samples-request.md b/.github/ISSUE_TEMPLATE/samples-request.md index a054aea35e3ddc5cea2b712e61521c1ce076b06e..539d8b60277c3361a6f809860e6da82b48cfc2ab 100644 --- a/.github/ISSUE_TEMPLATE/samples-request.md +++ b/.github/ISSUE_TEMPLATE/samples-request.md @@ -21,7 +21,6 @@ labels: kind/contributor-experience, kind/documentation, triage/untriaged, diffi - [ ] WPF - [ ] GTK (Linux) - [ ] Linux Framebuffer - - [ ] Tizen - [ ] Windows