chore: import upstream snapshot with attribution
.NET Tests / test-codebase (push) Has been cancelled
Translation Validation / validate-translations (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:01:52 +08:00
commit 643e9f9fcb
1003 changed files with 247032 additions and 0 deletions
@@ -0,0 +1,26 @@
name: '💡 Propose a new feature'
description: Propose a new feature that could be useful in UniGetUI.
title: "[FEATURE REQUEST] (Enter your description here)"
labels: ["new-feature"]
body:
- type: checkboxes
attributes:
label: Please confirm these before moving forward.
description: Please confirm the following before posting your issue.
options:
- label: I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
required: true
- label: This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use [this template](https://github.com/Devolutions/UniGetUI/issues/new?labels=enhancement&projects=&template=enhancement-improvement.yml&title=%5BENHANCEMENT%5D+%28Enter+your+description+here%29).
required: true
- type: textarea
attributes:
label: Describe the new feature
placeholder: Explain how you see this new feature, providing as many details as possible.
validations:
required: true
- type: textarea
attributes:
label: Describe how this new feature could help users
placeholder: For what would it be useful?
validations:
required: true