chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:46:20 +08:00
commit eb21b65815
830 changed files with 113645 additions and 0 deletions
+62
View File
@@ -0,0 +1,62 @@
name: "\U0001F41B Bug report(提交bug)"
description: Create a report to help us improve
body:
- type: markdown
attributes:
value: |
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Electerm.
If you require more general support please start a discussion on our discussion board https://github.com/electerm/electerm/discussions
Please fill in as much of the form below as you're able.
Before continue, make sure you are using the latest release: check https://github.com/electerm/electerm/releases for latest release, also please
仅用来追踪bug, 如果有其他的讨论请移步讨论区 https://github.com/electerm/electerm/discussions, 请务必确保问题是基于最新版本: https://github.com/electerm/electerm/releases
- type: input
attributes:
label: Electerm Version and download file extension(Electerm版本和下载文件后缀)
description: |
- electerm-xx.xx.xx-linux-amd64.deb
- electerm-xx.xx.xx-linux-amd64.snap
- electerm-xx.xx.xx-linux-x64.tar.gz
- electerm-xx.xx.xx-linux-x86_64.rpm
- electerm-xx.xx.xx-mac-arm64.dmg
- electerm-xx.xx.xx-mac-x64.dmg
- electerm-xx.xx.xx-win-x64-installer.exe
- electerm-xx.xx.xx-win-x64-loose.tar.gz
- electerm-xx.xx.xx-win-x64.appx
- electerm-xx.xx.xx-win-x64.tar.gz
validations:
required: true
- type: input
attributes:
label: Platform detail (平台详情)
description: |
windows 7/8/10/11, mac os(ARM or x64), or linux
UNIX: output of `uname -a`
Windows: output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in PowerShell console
validations:
required: true
- type: textarea
attributes:
label: What steps will reproduce the bug?(重现问题的详细步骤)
description: Enter details about your bug, preferably a simple code snippet that can be run using `node` directly without installing third-party dependencies.
validations:
required: true
- type: textarea
attributes:
label: What should have happened?(期望的结果)
description: If possible please provide screenshots.
validations:
required: true
- type: textarea
attributes:
label: Would this happen in other terminal app(是否能够在其他同类软件重现这个问题)
description: really important.
- type: textarea
attributes:
label: Additional information(其他任何相关信息)
description: Tell us anything else you think we should know.
+10
View File
@@ -0,0 +1,10 @@
name: "💥 Proposal / Feature (建议和新功能)"
description: Propose a non-trivial change or new feature for electerm
body:
- type: textarea
attributes:
label: What feature you'd like to see or proposal(期望什么新功能/特性或者建议)
description: A clear and concise description of what the proposal or feature is.(请尽可能详细描述,以便帮助其他人能够理解)
validations:
required: true
+5
View File
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: ⁉️ Need help with Electerm?
url: https://github.com/electerm/electerm/discussions
about: Please start a discussion before opening a bug.