-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from TencentBlueKing/develop
Develop
- Loading branch information
Showing
17 changed files
with
831 additions
and
641 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: "Bug Report" | ||
description: Report a bug to help improve blueking-apigateway. | ||
title: "bug: ......" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
_请提供足够详细的信息, 以便我们能够快速帮助你__ | ||
提交 Issue 前,请先搜索 [开放的 Issue](https://github.com/TencentBlueKing/blueking-apigateway/issues),避免重复提交。 | ||
_The more information you share, the faster we can help you_ | ||
Search the [open issues](https://github.com/apache/apisix/issues) before you open a new issue. | ||
- type: textarea | ||
id: current-behavior | ||
attributes: | ||
label: Current Behavior | ||
description: 遇到的问题 (Describe the issue you are facing) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: 预期行为 (Describe what you expected to happen) | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: error | ||
attributes: | ||
label: Error Logs | ||
description: 错误日志 (Paste the error logs if any) | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to Reproduce | ||
description: 复现步骤 (Share the steps you took so that we can reproduce the issue. Reports without proper steps details will likely be closed.) | ||
placeholder: | | ||
1. ... | ||
2. ... | ||
3. ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: version-environment | ||
attributes: | ||
label: Version and Environment | ||
description: 版本及环境信息 (Share your version and environment details) | ||
value: | | ||
- 蓝鲸版本号 (the version of BlueKing platform): | ||
- 容器化部署还是二进制部署 (deployed on Kubernetes or using binary files): | ||
- 二进制部署请提供网关版本号 (the version of bk-apigateway, required for binary distribution): | ||
- 容器化部署请提供 (provide the following information, required for Kubernetes helm chart distribution): | ||
- bk-apigateway helm chart version: | ||
- `values.yaml` 中是否做了修改 (whether you have modified the `values.yaml`): | ||
- `values.yaml` 中的配置, 注意去除敏感信息 (the contents of the `values.yaml` file, remember to remove any sensitive information): | ||
validations: | ||
required: true |
This file contains 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: "Feature Request" | ||
description: Suggest an enhancement to blueking-apigateway. | ||
title: "feat: ......" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
_请提供足够详细的信息, 以便我们能够快速帮助你__ | ||
提交 Issue 前,请先搜索 [开放的 Issue](https://github.com/TencentBlueKing/blueking-apigateway/issues),避免重复提交。 | ||
_The more information you share, the faster we can help you_ | ||
Search the [open issues](https://github.com/apache/apisix/issues) before you open a new issue. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: 描述你期望支持的特性 (Describe the feature you would like to see.) | ||
placeholder: | | ||
功能需求描述, 包含具体需求背景和功能描述 (Functional requirements description, including specific requirements background and functional description) | ||
validations: | ||
required: true |
This file contains 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### Description | ||
|
||
<!-- 关联相关issue Please include a summary of the change and which issue is fixed. --> | ||
<!-- 给出必要的上下文以及review需要的必要信息 Please also include relevant motivation and context. --> | ||
|
||
Fixes # (issue) | ||
|
||
### Checklist | ||
|
||
- [ ] 填写 PR 描述及相关 issue (write PR description and related issue) | ||
- [ ] 代码风格检查通过 (code style check passed) | ||
- [ ] PR 中包含单元测试 (include unit test) | ||
- [ ] 单元测试通过 (unit test passed) | ||
- [ ] 本地开发联调环境验证通过 (local development environment verification passed) |
This file contains 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 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 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 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 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 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 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 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
Oops, something went wrong.