Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 7, 2021
1 parent a7a4874 commit 1cb88df
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: 🐛 问题反馈
description: 请通过这里反馈遇到的 Bug 类问题
labels: [bug]
body:
- type: markdown
attributes:
value: |
感谢反馈,请填写以下表单
- type: textarea
id: description
attributes:
label: 问题描述
description: 请提供问题的简要描述
placeholder: The bug is...
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: 重现步骤
description: 请提供重现该问题的详细步骤
placeholder: |
1.
2.
3.
validations:
required: false
- type: input
id: version
attributes:
label: 版本
validations:
required: true
- type: input
id: platform
attributes:
label: 运行平台
placeholder: 什么路由器/盒子?Docker?Windows/Linux/macOS?
validations:
required: true
- type: textarea
id: log
attributes:
label: 日志
description: 提供程序相关的报错日志
validations:
required: false
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: ❓ 提问
url: https://github.com/messense/aliyundrive-webdav/discussions/categories/q-a
about: 一般使用问题请在讨论区提问
- name: 💡 想法分享
url: https://github.com/messense/aliyundrive-webdav/discussions/categories/ideas
about: 有功能建议、想法可以在讨论区开贴
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
CFLAGS_armv7_unknown_linux_musleabihf: '-mfpu=vfpv3-d16'
steps:
- uses: actions/checkout@v2
- name: Build Wheels - manylinux
- name: Build wheels - manylinux
uses: messense/maturin-action@main
with:
target: ${{ matrix.platform.target }}
Expand Down

0 comments on commit 1cb88df

Please sign in to comment.