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
+68
View File
@@ -0,0 +1,68 @@
name: '🐞 Report a bug or an issue'
description: Report issues or unexpected behaviors.
title: "[BUG] (Enter your description here)"
labels: ["bug"]
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 issue and have not found a work-in-progress/duplicate/resolved issue.
required: true
- label: I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/Devolutions/UniGetUI/releases/).
required: true
- label: I have checked the [FAQ](https://github.com/Devolutions/UniGetUI#frequently-asked-questions) section for solutions.
required: true
- label: This issue is about a bug (if it is not, please use the [correct template](https://github.com/Devolutions/UniGetUI/issues/new/choose)).
required: true
- type: input
attributes:
label: UniGetUI Version
placeholder: 'x.y.z (e.g., 3.1.0)'
validations:
required: true
- type: input
attributes:
label: Windows version, edition, and architecture
placeholder: Windows 11 Pro 10.0.22000.0 x64
validations:
required: true
- type: textarea
attributes:
label: Describe your issue
placeholder: Explain the issue you are experiencing, providing as many details as possible.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the issue
placeholder: How can this issue be reproduced? List here, if known, the steps followed before this issue appeared.
validations:
required: false
- type: textarea
attributes:
label: UniGetUI Log
render: "text"
placeholder: Paste your UniGetUI logs here. Click the button on the bottom-left corner of UniGetUI -> UniGetUI Log.
validations:
required: true
- type: textarea
attributes:
label: Package Managers Logs
render: "text"
placeholder: Paste your Package Manager logs here. Click the button on the bottom-left corner of UniGetUI -> Package Manager logs.
validations:
required: true
- type: textarea
attributes:
label: Relevant information
placeholder: Other relevant information about this issue. Perhaps you have some special settings enabled or any other detail that could be related.
validations:
required: false
- type: textarea
attributes:
label: Screenshots and videos
placeholder: If applicable, please post here a video or a screenshot of the issue.
validations:
required: false
+12
View File
@@ -0,0 +1,12 @@
blank_issues_enabled: false
contact_links:
- name: 📦 ISSUES INSTALLING/UPDATING A PACKAGE
url: https://github.com/Devolutions/UniGetUI
about: PLEASE READ THIS BEFORE CREATING AN ISSUE RELATED TO A SPECIFIC PACKAGE
- name: 🔒 Security issue or vulnerability
url: https://devolutions.net/security/
about: Found a security issue? Please report it via the Devolutions security page
- name: 📧 Contact us directly, in private
url: https://devolutions.net/contact/
about: Please use only for private inquiries that should not be posted publicly
@@ -0,0 +1,28 @@
name: '🚧 Suggest an improvement for an existing feature'
description: Propose an improvement to UniGetUI.
title: "[IMPROVEMENT] (Enter your description here)"
labels: ["enhancement"]
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 improvement refers to an existing feature. If you want to suggest a new feature, please use [this template](https://github.com/Devolutions/UniGetUI/issues/new?labels=new-feature&projects=&template=feature-request.yml&title=%5BFEATURE+REQUEST%5D+%28Enter+your+description+here%29).
required: true
- label: This improvement is not a bug. If you want to report a bug, please use [this template](https://github.com/Devolutions/UniGetUI/issues/new?labels=bug&projects=&template=bug-issue.yml&title=%5BBUG%5D+%28Enter+your+description+here%29).
required: true
- type: textarea
attributes:
label: Describe the improvement
placeholder: Explain how you see this enhancement, providing as many details as possible.
validations:
required: true
- type: textarea
attributes:
label: Describe how this improvement could help users
placeholder: For what would it be useful?
validations:
required: true
@@ -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
+35
View File
@@ -0,0 +1,35 @@
name: '🚑 Report a crash or a hang'
description: UniGetUI is not launching, is hard-crashing, or is hanging at some point.
title: "[CRASH] (Enter your description here)"
labels: ["bug", "important"]
body:
- type: checkboxes
attributes:
label: Please confirm these before moving forward.
description: Please confirm the following before posting your issue.
options:
- label: I have tried deleting a folder named `UniGetUI` under `%UserProfile%\AppData\Local\UniGetUI`.
required: true
- label: I have tried reinstalling UniGetUI.
required: true
- label: I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/Devolutions/UniGetUI/releases/).
required: true
- type: textarea
attributes:
label: Describe your crash
placeholder: What were you doing when this happened?
validations:
required: true
- type: textarea
attributes:
label: Logs (if possible)
placeholder: If you get an error report or a message, please post it here.
render: "text"
validations:
required: false
- type: textarea
attributes:
label: More details
placeholder: Do you have any other valuable information about this issue?
validations:
required: false
+74
View File
@@ -0,0 +1,74 @@
name: '🧩 Report an issue with Widgets for UniGetUI'
description: Report issues or unexpected behaviors with Widgets for UniGetUI.
title: "[WIDGETS BUG] (Enter your description here)"
labels: ["bug", "widgets-for-unigetui"]
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 issue and have not found a work-in-progress/duplicate/resolved issue.
required: true
- label: I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/Devolutions/UniGetUI/releases/).
required: true
- label: I have checked the [FAQ](https://github.com/Devolutions/UniGetUI#frequently-asked-questions) section for solutions.
required: true
- label: This issue is about a bug (if it is not, please use the [correct template](https://github.com/Devolutions/UniGetUI/issues/new/choose)).
required: true
- type: input
attributes:
label: UniGetUI Version
placeholder: 'x.y.z (e.g., 3.1.0)'
validations:
required: true
- type: input
attributes:
label: Widgets for UniGetUI Version
placeholder: 'x.y.z.w (e.g., 0.6.1.0)'
validations:
required: true
- type: input
attributes:
label: Windows version, edition, and architecture
placeholder: Windows 11 Pro 10.0.22000.0 x64
validations:
required: true
- type: textarea
attributes:
label: Describe your issue
placeholder: Explain the issue you are experiencing, providing as many details as possible.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the issue
placeholder: How can this issue be reproduced? List here, if known, the steps followed before this issue appeared.
validations:
required: false
- type: textarea
attributes:
label: UniGetUI Log
render: "text"
placeholder: Paste your UniGetUI logs here. Click the button on the bottom-left corner of UniGetUI -> UniGetUI Log.
validations:
required: true
- type: textarea
attributes:
label: Package Managers Logs
render: "text"
placeholder: Paste your Package Manager logs here. Click the button on the bottom-left corner of UniGetUI -> Package Manager logs.
validations:
required: true
- type: textarea
attributes:
label: Relevant information
placeholder: Other relevant information about this issue. Perhaps you have some special settings enabled or any other detail that could be related.
validations:
required: false
- type: textarea
attributes:
label: Screenshots and videos
placeholder: If applicable, please post a video or a screenshot of the issue here.
validations:
required: false