Skip to content

Commit

Permalink
Update issue templates (#1873)
Browse files Browse the repository at this point in the history
* Update issue templates

* chore: update issue template
  • Loading branch information
wang1212 authored Dec 19, 2024
1 parent db6f50b commit 4e0fe3c
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .github/----please-use-antv-issue-helper---.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---

<!--
Please provide a clear and concise description of what the bug is. Include
screenshots if needed. Also, make sure you have searched the issues list to
see if there are any duplicate reports, and upgrade to the latest version to
test and see if the issue has been fixed.
请提供清晰简洁的错误描述。如有必要,请附上屏幕截图。此外,请确保您已搜索问题列表以查看是否有
任何重复的报告,并升级到最新版本以测试并查看问题是否已被修复。
-->

- OS: [e.g. win10, iOS8.1]
- Browser [e.g. chrome, safari]
- Version [e.g. @antv/g-lite@6.1.10]

## Steps To Reproduce

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

<!--
Please provide a clear path to reproduce the problem. If we can successfully
reproduce the problem, your bug report will be fixed quickly.
NOTE: If we don't have enough information to analyze the issue, the report may
be closed immediately.
请提供清晰的重现问题路径。如果我们能够成功重现问题,您报告的错误将很快得到修复。
注意:如果我们没有足够的信息来分析问题,报告可能会被立即关闭。
-->

Link to code example:

<!--
Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a
repository on GitHub, or provide a minimal code example that reproduces the
problem. You may provide a screenshot of the application if you think it is
relevant to your bug report.
请提供 CodeSandbox (https://codesandbox.io/s/new)、GitHub 上的存储库链接,或提供重现
问题的最小代码示例。如果您认为该应用程序的屏幕截图与您的错误报告相关,您可以提供该屏幕截图。
-->

## The current behavior

## The expected behavior
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature
assignees: ''
---

## Is your feature request related to a problem? Please describe

<!--
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
清晰简洁地描述问题所在。例如,我总是感到沮丧,因为 [...]
-->

## Describe the solution you'd like

<!--
A clear and concise description of what you want to happen.
对您希望发生的事情的清晰而简洁的描述。
-->

## Describe alternatives you've considered

<!--
A clear and concise description of any alternative solutions or features
you've considered.
对您考虑过的任何替代解决方案或功能的清晰简洁的描述。
-->
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Other
about: Anything other than bugs and feature requests
title: ''
labels: ''
assignees: ''
---

<!--
Please describe your problem briefly and clearly.
请简单、清晰地描述您的问题。
-->

0 comments on commit 4e0fe3c

Please sign in to comment.