-
Notifications
You must be signed in to change notification settings - Fork 4.9k
chore: update issue template #17655
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
Merged
Merged
chore: update issue template #17655
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5aea943
chore: update issue template
ianzone a51bb34
chore: update discussion link [skip ci]
ianzone d9956b1
Merge branch 'main' into issue
ianzone 1527d95
chore: check duplication [no ci]
ianzone 476295b
chore: docs site issue [no ci]
ianzone be6f63f
Merge branch 'main' into issue
ianzone 73e9cd6
chore: bug description [no ci]
ianzone 453c577
Merge branch 'main' into issue
ianzone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,17 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: 社区支持 | ||
| url: https://github.com/orgs/community/discussions | ||
| about: 其他问题请在 GitHub Discussion 中发布。 | ||
| - name: 📖文档问题 Docs issue | ||
| url: https://github.com/NervJS/taro-docs/issues | ||
| about: 文档相关问题请在这里提交 | ||
| - name: 📑创建提案 Proposal | ||
| url: https://github.com/NervJS/taro/discussions/categories/rfc | ||
| about: 制定 Taro 下一步的更新计划 | ||
| - name: 🙋🏻♂️发起投票 Vote | ||
| url: https://github.com/NervJS/taro/discussions/categories/polls | ||
| about: 投票决定 Taro 的未来 | ||
| - name: 🙌🏼社区支持 General Question | ||
| url: https://github.com/NervJS/taro/discussions/categories/q-a | ||
| about: 发布一般性问题 | ||
| - name: 🏗生态建设 Ecosystem | ||
| url: https://github.com/NervJS/taro/discussions/categories/%E7%94%9F%E6%80%81 | ||
| about: 工具库?组件库?快来丰富 Taro 生态 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,40 @@ | ||
| name: 功能请求 🚀 | ||
| description: >- | ||
| 创建一个新的功能请求。对于一般性问题,请在 GitHub Discussion 中发布。 | ||
| description: 提出新特性 | ||
| title: "[Feat]: " | ||
| labels: | ||
| - 待分类 | ||
| - feature | ||
| - triage | ||
| - feat | ||
| body: | ||
| - type: checkboxes | ||
| id: duplication | ||
| attributes: | ||
| label: 请先搜索是否存在类似提交 | ||
| options: | ||
| - label: 我确定这个提交不是重复的 | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: feature | ||
| attributes: | ||
| label: 功能描述 | ||
| description: 这个功能解决了什么问题? | ||
| description: 这个功能增加了什么特性?解决了什么问题? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: details | ||
| id: design | ||
| attributes: | ||
| label: 实现细节 | ||
| description: 你希望如何实现这个功能? | ||
| label: 功能设计 | ||
| description: 这个功能如何使用?(API / CLI ...) | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: details | ||
| attributes: | ||
| label: 实现细节 | ||
| description: 这个功能该如何实现?(具体的实现思路) | ||
| - type: checkboxes | ||
| id: contribute | ||
| attributes: | ||
| label: 贡献代码 | ||
| options: | ||
| - label: 我愿意实现这个功能 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.