Merge remote-tracking branch 'origin/master'

This commit is contained in:
HughWan 2023-10-30 22:25:03 +08:00
commit 46d61d3e84
2 changed files with 61 additions and 0 deletions

@ -0,0 +1,51 @@
---
name: 异常反馈/Bug report
about: 使用遇到问题时反馈问题/Create a report to help us improve
title: "[Bug]:简要描述你的问题"
labels: ''
assignees: Wanxp
---
1. 问题说明
1.1 操作:
比如进行同步电影时,无法获取我自己的评论...
1.2 结果:
截图或者文本...
```text
---
title: 英雄
comment:
---
```
1.3 我想要的效果:
```text
---
title: 英雄
comment: 我的评论
---
```
2. 书影音名称
《英雄》
3. 模板展示
```txt
---
title: {{name}}
comment: {{myComment}}
---
```
4. 其它
如相关的插件设置...
5. 操作系统版本
- [x] windows
- [ ] ubuntu
- [ ] mac
- [ ] android
- [ ] ios
6. obisidian版本
...

@ -0,0 +1,10 @@
---
name: 新功能建议/Feature request
about: Suggest an idea for this project
title: "[Feature]:"
labels: ''
assignees: ''
---