chore: 清理issue模板并更新README和CI配置

删除不作为主分支的议题模板
在README中添加关于本net462分支的重要说明
将CI工作流中的构建配置从Debug改为Release

Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com>
This commit is contained in:
doudou0720
2026-05-02 00:12:58 +08:00
parent 9bfcd863c1
commit d6b9e58415
7 changed files with 7 additions and 171 deletions
-66
View File
@@ -1,66 +0,0 @@
name: Bug 报告 | Bug Report
description: 反馈软件缺陷或异常 | Report a bug to help us improve
type: Bug
body:
- type: markdown
attributes:
value: |
感谢你的反馈!请详细填写以下内容,便于我们定位问题。
Thank you for your feedback! Please fill out the following information to help us locate the issue.
在报告问题之前,请确保你的软件已经更新到最新Beta版本,否则我们可能会无条件直接关闭该Issue,感谢配合!
Before reporting the issue, please make sure your software has been updated to the latest Beta version. Otherwise, we may unconditionally close this Issue without any further notice. Thank you for your cooperation!
- type: input
id: version
attributes:
label: 软件版本 | App Version
description: 可在设置中的“关于”界面查看 | You can find it on the "About" interface in the settings
placeholder: 例如 v1.2.3 | e.g. v1.2.3
validations:
required: true
- type: input
id: os
attributes:
label: 操作系统及版本 | OS & Version
placeholder: 例如 Windows 10 22H2 64位 | e.g. Windows 10 22H2 64bit
validations:
required: true
- type: textarea
id: description
attributes:
label: 问题描述 | Description
description: 简要描述遇到的问题 | Briefly describe the problem
validations:
required: true
- type: textarea
id: steps
attributes:
label: 复现步骤 | Steps to Reproduce
description: 如何复现该问题?如有必要可附截图/录屏/触发该问题的文件 | How to reproduce this bug? Screenshots/recordings/specific files if needed
placeholder: |
1.
2.
3.
validations:
required: true
- type: textarea
id: expected
attributes:
label: 期望结果 | Expected Behavior
description: 你期望的正确行为或结果 | What did you expect to happen?
validations:
required: true
- type: textarea
id: extra
attributes:
label: 其他补充信息 | Additional Info
description: 其他相关信息(如日志文件、崩溃日志文件、配置文件、特殊环境等)| Any other context, logs, crash logs, configs, special environment, etc.
validations:
required: false
- type: upload
id: files
attributes:
label: 上传有关文件 | Upload relevant files
description: "你可以在此处上传相关文件 | You can upload relevant files here."
validations:
required: false
@@ -1,44 +0,0 @@
name: 功能请求 | Feature Request
description: 提出你对本项目的功能建议 | Suggest an idea for this project
type: Feature
body:
- type: markdown
attributes:
value: |
感谢你的建议!请详细描述你的需求。
Thank you for your suggestion! Please describe your needs in detail.
- type: textarea
id: description
attributes:
label: 功能描述 | Description
description: 请描述你希望添加的功能 | Describe the feature you want
validations:
required: true
- type: textarea
id: motivation
attributes:
label: 需求动机 | Motivation
description: 为什么需要这个功能?| Why do you need this feature?
validations:
required: true
- type: textarea
id: design
attributes:
label: 期望设计 | Expected Design
description: (可选)描述或画出你期望的界面或交互 | (Optional) Describe or sketch the expected UI/UX
validations:
required: false
- type: textarea
id: extra
attributes:
label: 其他补充信息 | Additional Info
description: 其他补充说明或建议 | Any other context or suggestions
validations:
required: false
- type: upload
id: files
attributes:
label: 上传有关文件 | Upload relevant files
description: "你可以在此处上传相关文件 | You can upload relevant files here."
validations:
required: false
-36
View File
@@ -1,36 +0,0 @@
---
name: (Markdown Template) Bug 报告 | Bug Report
about: 反馈软件缺陷或异常 | Report a bug to help us improve
title: "[Version x.x.x] <your title>"
type: Bug
---
<!---请注意,你正在使用Markdown格式的Issue模板,如果你删除该模板的框架、更改问题的tag/类型/受理人或者不按照规范填写,你的Issue可能被直接关闭,如果你对Markdown不熟悉,请使用位于该选项下方的反馈入口继续反馈,感谢配合!-->
<!---感谢你的反馈!请详细填写以下内容,便于我们定位问题。-->
<!---Thank you for your feedback! Please fill out the following information to help us locate the issue.-->
<!---在报告问题之前,请确保你的软件已经更新到最新Beta版本,否则我们可能会无条件直接关闭该Issue,感谢配合!-->
<!---Before reporting the issue, please make sure your software has been updated to the latest Beta version. Otherwise, we may unconditionally close this Issue without any further notice. Thank you for your cooperation!-->
### 软件版本 | App Version (必填 | Required)
<!---可在设置中的"关于"界面查看 | You can find it on the "About" interface in the settings-->
<!---例如 v1.2.3 | e.g. v1.2.3-->
### 操作系统及版本 | OS & Version (必填 | Required)
<!---例如 Windows 10 22H2 64位 | e.g. Windows 10 22H2 64bit-->
### 问题描述 | Description (必填 | Required)
<!---简要描述遇到的问题 | Briefly describe the problem-->
### 复现步骤 | Steps to Reproduce (必填 | Required)
<!---如何复现该问题?如有必要可附截图/录屏/触发该问题的文件 | How to reproduce this bug? Screenshots/recordings/specific files if needed-->
1.
2.
3.
### 期望结果 | Expected Behavior (必填 | Required)
<!---你期望的正确行为或结果 | What did you expect to happen?-->
### 其他补充信息 | Additional Info (可选 | Optional)
<!---其他相关信息(如日志文件、崩溃日志文件、配置文件、特殊环境等)| Any other context, logs, crash logs, configs, special environment, etc.-->
@@ -1,23 +0,0 @@
---
name: (Markdown Template) 功能请求 | Feature Request
about: 提出你对本项目的功能建议 | Suggest an idea for this project
title: "[Feature Request] "
type: Feature
---
<!---请注意,你正在使用Markdown格式的Issue模板,如果你删除该模板的框架、更改问题的tag/类型/受理人或者不按照规范填写,你的Issue可能被直接关闭,如果你对Markdown不熟悉,请使用位于该选项下方的反馈入口继续反馈,感谢配合!-->
<!---感谢你的建议!请详细描述你的需求。-->
<!---Thank you for your suggestion! Please describe your needs in detail.-->
### 功能描述 | Description (必填 | Required)
<!---请描述你希望添加的功能 | Describe the feature you want-->
### 需求动机 | Motivation (必填 | Required)
<!---为什么需要这个功能?| Why do you need this feature?-->
### 期望设计 | Expected Design (可选 | Optional)
<!---描述或画出你期望的界面或交互 | Describe or sketch the expected UI/UX-->
### 其他补充信息 | Additional Info (可选 | Optional)
<!---其他补充说明或建议 | Any other context or suggestions-->
-1
View File
@@ -1 +0,0 @@
blank_issues_enabled: false
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Build the Solution
env:
DLASS_SENTRY_DSN: ${{ secrets.DLASS_SENTRY_DSN }}
run: msbuild /p:platform="${{ matrix.architecture }}" /p:configuration="Debug" /p:GitFlow="$GITFLOW" "Ink Canvas/InkCanvasForClass.csproj" /m /p:UseMultiToolTask=true /p:EnforceProcessCountAcrossBuilds=true /verbosity:minimal -maxcpucount /p:RunAnalyzers=false
run: msbuild /p:platform="${{ matrix.architecture }}" /p:configuration="Release" /p:GitFlow="$GITFLOW" "Ink Canvas/InkCanvasForClass.csproj" /m /p:UseMultiToolTask=true /p:EnforceProcessCountAcrossBuilds=true /verbosity:minimal -maxcpucount /p:RunAnalyzers=false
- name: Check if exe file is generated
id: check-exe
+6
View File
@@ -21,6 +21,12 @@
</div>
> [!IMPORTANT]
> 该分支 `net462` 为 `net6` 分支的微调,使其在 .Net Framework 4.6.2 以及以上版本上运行。
> 受 .Net Framework 版本的限制,该版本 InkCanvasForClass 不支持插件功能。
> 由于该版本不受正式支持,仅在该平台上发生的 Bug 将大概率不会被修复。
> 如果您在使用该版本时遇到任何问题,请前往使用 `net6` 分支的软件构建,感谢您的理解。
## 💫 软件说明
使用该版本 InkCanvasForClass,意味着您同意自行承担任何可能存在的问题与风险。建议不要在公众场合(例如公开课,录播课,线上直播课,大型会议)使用未经广泛测试和优化的 Beta 版本,对使用 Beta 版本而带来的任何问题和风险(例如:被班主任批斗,被校长处罚,崩溃而导致的场面混乱,全球海平面上升等),**将由使用者自行承担**,[CJKmkp](https://github.com/CJKmkp) 及其项目的所有维护者不提供任何担保。