Skip to content

Commit

Permalink
Add branch check dropdown options.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzr1996 committed Oct 20, 2022
1 parent fc4f95a commit ba50686
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ body:
If you have already identified the reason, we strongly appreciate you creating a new PR according to [the tutorial](https://mmclassification.readthedocs.io/en/master/community/CONTRIBUTING.html)!
If you need our help, please fill in the following form to help us to identify the bug.
- type: dropdown
id: version
attributes:
label: Branch
description: What branch/version are you using?
options:
- master branch (0.24 or other 0.x version)
- 1.x branch (1.0.0rc2 or other 1.x version)
validations:
required: true

- type: textarea
id: describe
validations:
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ body:
value: |
If you have already implemented the feature, we strongly appreciate you creating a new PR according to [the tutorial](https://mmclassification.readthedocs.io/en/master/community/CONTRIBUTING.html)!
- type: dropdown
id: version
attributes:
label: Branch
description: What branch/version are you using?
options:
- master branch (0.24 or other 0.x version)
- 1.x branch (1.0.0rc2 or other 1.x version)
validations:
required: true

- type: textarea
id: describe
validations:
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/3_bug-report_zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ body:
如果你已经有了解决方案,我们非常欢迎你直接创建一个新的 PR 来解决这个问题。创建 PR 的流程可以参考[文档](https://mmclassification.readthedocs.io/zh_CN/master/community/CONTRIBUTING.html)。
如果你需要我们的帮助,请填写以下内容帮助我们定位 Bug。
- type: dropdown
id: version
attributes:
label: 分支
description: 你正在使用的分支/版本是哪个?
options:
- master 分支 (0.24 或其他 0.x 版本)
- 1.x 分支 (1.0.0rc2 或其他 1.x 版本)
validations:
required: true

- type: textarea
id: describe
validations:
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/4_feature-request_zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ body:
如果你已经实现了该功能,我们非常欢迎你直接创建一个新的 PR 来解决这个问题。创建 PR 的流程可以参考[文档](https://mmclassification.readthedocs.io/zh_CN/master/community/CONTRIBUTING.html)。
- type: dropdown
id: version
attributes:
label: 分支
description: 你正在使用的分支/版本是哪个?
options:
- master 分支 (0.24 或其他 0.x 版本)
- 1.x 分支 (1.0.0rc2 或其他 1.x 版本)
validations:
required: true

- type: textarea
id: describe
validations:
Expand Down

0 comments on commit ba50686

Please sign in to comment.