XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

HaloPixelToolBox

【WinUI3】基于USB HID通讯的花再音响工具箱

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/HaloPixelToolBox

Add greeting workflow for first-time contributors

This workflow greets first-time contributors for both issues and pull requests, providing them with helpful information and encouragement.

a63e7db
Tom Smith <132526994+XFEstudio@users.noreply.github.com>
提交于

代码差异

1 个文件 +69 -0
Added .github/workflows/greeting.yml +69 -0
@@ -0,0 +1,69 @@
1 name: Greetings
2
3 on:
4 pull_request:
5 types:
6 - opened
7 issues:
8 types:
9 - opened
10
11 jobs:
12 greeting:
13 name: Greet First-Time Contributors
14 runs-on: ubuntu-latest
15 permissions:
16 issues: write
17 pull-requests: write
18
19 steps:
20 - uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
21 with:
22 issue_message: |
23 # 👋 欢迎
24
25 ## 感谢你第一次为 **花再具箱** 提交 Issue!
26
27 你的反馈对这个项目非常重要,无论是 🐞 Bug 报告 还是 ✨ 功能建议,都会帮助花再具箱变得更好。
28
29 ---
30
31 在处理之前,可能会有这些情况之一:
32 - 🔍 需要进一步确认或复现问题
33 - 🧠 讨论实现方式或优先级
34 - 🛠 已加入后续版本的开发计划
35
36 如果你能补充:
37 - 使用场景 / 复现步骤
38 - 软件版本 / 系统环境
39 - 相关截图或日志
40
41 那会非常有助于问题的定位 🙏
42
43 ---
44
45 ### 我们已收到你提交的问题
46
47 ### 再次感谢你的参与,欢迎随时继续反馈想法!
48
49 pr_message: |
50 # 👋 欢迎
51 ## 🎉 感谢你第一次为 **花再具箱** 提交 Pull Request!
52
53 能看到你愿意直接参与代码贡献,真的非常开心 🙌
54 你的修改会被认真 Review,如果需要调整或补充说明,也会在评论中和你一起讨论。
55
56 ---
57
58 在合并前,可能会关注以下几点:
59 - ✅ 功能是否符合项目方向
60 - 🧪 是否影响现有功能
61 - 🧹 代码风格与可维护性
62
63 如果这是一次探索性或未完成的尝试,也完全没问题,可以在描述里说明你的想法 👍
64
65 ---
66
67 ### 我们已收到你提交的问题
68
69 ### 再次感谢你的贡献,期待与你一起把花再具箱做得更好!