mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-08 01:58:52 +08:00
chore: 🚀 调整提报问题相关文档和工作流提醒
This commit is contained in:
parent
8fdbfa319a
commit
b4c8c6fffb
4
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
@ -39,9 +39,9 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
id: reproduce
|
id: reproduce
|
||||||
attributes:
|
attributes:
|
||||||
label: 复现Demo地址(如不提供,issue将被直接关闭)
|
label: 复现Demo地址(如不提供,将被直接关闭)
|
||||||
description: |
|
description: |
|
||||||
请提供一个尽可能简单的 GitHub 仓库链接。不要随便填写一个链接,这会导致你的 issue 被直接关闭。
|
我们需要你提供一个最小重现demo,以便于我们帮你排查问题。你可以通过 [create-uni](https://github.com/uni-helper/create-uni) 快速创建一个wot-design-uni项目,并添加相关复现逻辑来提供。不要随便填写一个东西,这会导致你的 issue 被直接关闭。即使在你看来问题很容易复现,也请认真对待,因为一个完整复现demo可以大大提高我们排查问题的效率。
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
# 加群沟通
|
# 加群沟通
|
||||||
|
|
||||||
如果使用 `Github` 等平台无法解决你的问题,可以加群,请确保你的提问清晰明了,用词礼貌文明,非常感谢你的支持!
|
如果有问题推荐使用 `Github` 反馈,如果使用 `Github` 等平台无法解决你的问题,可以加群,请确保你的提问清晰明了,用词礼貌文明,非常感谢你的支持!
|
||||||
|
|
||||||
**_[提问的智慧](https://lug.ustc.edu.cn/wiki/doc/smart-questions/),可以帮助你快速提出正确的问题,获得更快的解答。_**
|
|
||||||
|
|
||||||
## 沟通案例
|
## 沟通案例
|
||||||
|
|
||||||
@ -26,22 +25,19 @@
|
|||||||
|
|
||||||
1 群已满,可以加 2 群。
|
1 群已满,可以加 2 群。
|
||||||
|
|
||||||
<div style="display: flex;gap:24px">
|
**_[提问的智慧](https://lug.ustc.edu.cn/wiki/doc/smart-questions/),可以帮助你快速提出正确的问题,获得更快的解答。_**
|
||||||
<img style="width: 250px; height: 250px;" :src="QQ1" />
|
|
||||||
<img style="width: 250px; height: 250px;" :src="QQ2" />
|
<div style="display: flex;gap:24px;">
|
||||||
|
<img style="width: 250px; height: 250px;" :src="QQ1" :style="{filter: checked ? 'none' : 'blur(5px)'}" />
|
||||||
|
<img style="width: 250px; height: 250px;" :src="QQ2" :style="{filter: checked ? 'none' : 'blur(5px)'}" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<el-checkbox style="margin-top: 16px;" v-model="checked" label="我已阅读以上沟通案例,并同意按照正确案例提问" />
|
||||||
|
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
import { ref } from 'vue'
|
||||||
import QQ1 from '/QQ1.png'
|
import QQ1 from '/QQ1.png'
|
||||||
import QQ2 from '/QQ2.png'
|
import QQ2 from '/QQ2.png'
|
||||||
|
const checked = ref(false)
|
||||||
|
|
||||||
export default {
|
|
||||||
data () {
|
|
||||||
return {
|
|
||||||
QQ1,
|
|
||||||
QQ2
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user