Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add oscp template #5680

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
name: '🐞 新 Issue'
description: 创建一个新的 issue,如果你的 issue 不符合规范,它将会被自动关闭。
body:
- type: markdown
attributes:
value: |
在提交新 issue 之前,先通过以下链接查看有没有类似的 bug 或者建议:
- [G2 Issues](https://github.com/antvis/G2/issues)
- [G2 Discussions](https://github.com/antvis/G2/discussions)
- type: textarea
id: description
attributes:
label: 问题描述
description: 简洁清晰地描述你遇到的问题。
validations:
required: true
- type: input
id: link
attributes:
label: 重现链接
description: |
可以使用 CodeSandbox(https://codesandbox.io/s/antv-g2-5-0-template-z2gsmn?file=/src/index.js) 或者 StackBlitz(https://stackblitz.com/) 重现你的问题。
placeholder: |
示例: CodeSandBox 或者 StackBlitz URL
validations:
required: false
- type: textarea
id: steps
attributes:
label: 重现步骤
description: 简洁清晰的重现步骤能够帮助我们更迅速地定位问题所在。
placeholder: |
1.进入页面...
2.点击....
3.查看错误....
validations:
required: false
- type: textarea
id: expected
attributes:
label: 预期行为
description: 描述你期望的结果以及实际的结果。
placeholder: |
我期望看到...,但我看到了...
validations:
required: false
- type: textarea
id: platform
attributes:
label: 平台
value: |
- 操作系统: [macOS, Windows, Linux, React Native ...]
- 网页浏览器: [Google Chrome, Safari, Firefox]
validations:
required: false
- type: textarea
id: screenshots_or_videos
attributes:
label: 屏幕截图或视频(可选)
description: 可以添加屏幕截图或视频帮助你解释问题。
placeholder: |
可以将你的图片或者视频拖拽到此处↓
- type: textarea
id: additional
attributes:
label: 补充说明(可选)
description: 比如:遇到这个 bug 的业务场景、上下文。
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/oscp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: 'AntV OSCP 计划'
description: AntV 开源共建计划(AntV Open Source Contribution Plan,简称 AntV OSCP)
body:
- type: checkboxes
id: AntV_OSCP_program
attributes:
label: AntV Open Source Contribution Plan(可选)
description: |
AntV 开源共建计划(AntV Open Source Contribution Plan,简称 AntV OSCP) 期望可以基于 AntV 的开源 Roadmap 开放具体开发任务到社区,以社区共建任务的形式推动“AntV” 的开源发展,也期望有更多社区伙伴各各种形式参与到 AntV 的开源共建中,共同参与数据可视化开源生态的持续建设。
若有感兴趣想要认领的任务,可直接回复认领,如果你是首次认领可先完成初级入门任务。

options:
- label: 我同意将这个 Issue 参与 OSCP 计划
validations:
required: false
- type: dropdown
id: issue_oscp_difficulty
attributes:
label: Issue 难度
options:
- 低难度
- 中等难度
- 高难度
validations:
required: false
- type: textarea
id: oscp_task_description
attributes:
label: 任务介绍
description: |
简单描述任务背景信息,为了解决哪些问题
validations:
required: false
- type: textarea
id: oscp_task_info_description
attributes:
label: 详细介绍
description: |
简单描述任务背景信息
validations:
required: false
- type: textarea
id: oscp_task_info_description_2
attributes:
label: 参考说明
description: |
提供一些可参考的demo,相关教程辅助用户解决问题
validations:
required: false

Loading