Skip to content

Commit b246897

Browse files
wallisyanJacksonTian
authored andcommitted
add issue_templates;modify test_all.py ,del try-except (#179)
* add issue_templates;modify test_all.py ,del try-except * modify indent
1 parent bc67993 commit b246897

File tree

12 files changed

+202
-7
lines changed

12 files changed

+202
-7
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--
2+
Thank you for reporting an issue.
3+
This issue tracker is for bugs and issues found within Alibaba Cloud SDK for Python.
4+
If you require more general support please file an issue on our help
5+
repo. https://help.aliyun.com/
6+
Please fill in as much of the template below as you're able.
7+
Python Version: output of `python --version`
8+
aliyunsdkcore Version: output of `aliyunsdkcore.__version__`
9+
API: The API of the product, for example `DescribeRegionsRequest`
10+
If possible, please provide code that demonstrates the problem, keeping it as
11+
simple and free of external dependencies as you are able.
12+
-->
13+
14+
* **Python Version**:
15+
* **aliyunsdkcore Version**:
16+
* **API**:
17+
18+
<!-- Enter your issue details below this comment. -->
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
<!--
8+
Thank you for reporting a possible bug.
9+
Please fill in as much of the template below as you can.
10+
Python Version: output of `python --version`
11+
aliyunsdkcore Version: output of `aliyunsdkcore.__version__`
12+
API: The API of the product, for example `DescribeRegionsRequest`
13+
If possible, please provide code that demonstrates the problem, keeping it as
14+
simple and free of external dependencies as you can.
15+
-->
16+
17+
* **Python Version**:
18+
* **aliyunsdkcore Version**:
19+
* **API**:
20+
21+
22+
<!-- Please provide more details below this comment. -->
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "\U0001F680 Feature request"
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
<!--
8+
Thank you for suggesting an idea to make Alibaba Cloud SDK better.
9+
Please fill in as much of the template below as you're able.
10+
-->
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
Please describe the problem you are trying to solve.
14+
15+
**Describe the solution you'd like**
16+
Please describe the desired behavior.
17+
18+
**Describe alternatives you've considered**
19+
Please describe alternative solutions or features you have considered.

.github/ISSUE_TEMPLATE/3-help.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: "⁉️ Need help with Alibaba Cloud?"
3+
about: Please submit a work order in our work order system
4+
5+
---
6+
7+
If you have a question about Alibaba Cloud that is not a bug report or feature
8+
request, please post it in https://selfservice.console.aliyun.com/ticket/createIndex
9+
10+
Questions posted to this repository will be closed.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: "\U0001F41B 缺陷问题反馈"
3+
about: 提交缺陷问题反馈
4+
5+
---
6+
7+
<!--
8+
感谢提交问题反馈。
9+
请提供尽量全面的信息协助问题定位修复。
10+
Python Version: output of `python --version`
11+
aliyunsdkcore Version: output of `aliyunsdkcore.__version__`
12+
API: The API of the product, for example `DescribeRegionsRequest`
13+
如果可能,请提供一份最小问题复现代码。
14+
-->
15+
16+
* **Python Version**:
17+
* **aliyunsdkcore Version**:
18+
* **API**:
19+
20+
<!-- 请提供其他可能协助问题定位的信息 -->
21+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "\U0001F680 功能建议"
3+
about: 建议在项目中增加功能
4+
5+
---
6+
7+
<!--
8+
感谢您向我们提建议,我们会做得更好!
9+
请尽可能多地填写下面的模板。
10+
-->
11+
12+
**您的功能请求是否与问题有关? 请描述一下。**
13+
请描述您要解决的问题。
14+
15+
**描述你想要的解决方案**
16+
请描述所需的行为。
17+
18+
**描述您考虑过的替代方案**
19+
请描述您考虑的替代解决方案或功能。
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--
2+
name: "⁉️ 需要阿里云的帮助?"
3+
about: 请在我们的工单系统提出工单
4+
5+
---
6+
7+
如果您对阿里云 SDK 的问题不是 Bug 或希望添加新功能,
8+
请在我们的工单系统提出工单:https://selfservice.console.aliyun.com/ticket/createIndex
9+
10+
此类问题将被关闭。
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: "Bug Report"
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
<!--
8+
Thank you for reporting a possible bug in Alibaba Cloud C++ SDK
9+
Please fill in as much of the template below as you can.
10+
Product and API: the product and API you are working on when bug occurs
11+
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
12+
If possible, please provide code that demonstrates the problem, keeping it as
13+
simple and free of external dependencies as you can.
14+
If crash, please provide the stack trace.
15+
If build error, please provide compiler infomation: compiler and version, etc
16+
-->
17+
18+
* **Product and API**:
19+
* **Platform**:
20+
* **Mininum Code**
21+
22+
<!-- Please provide more details below this comment. -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: "缺陷问题反馈"
3+
about: 提交缺陷问题反馈
4+
5+
---
6+
7+
<!--
8+
感谢提交问题反馈。
9+
请提供尽量全面的信息协助问题定位修复。
10+
产品和接口:问题发生时工作所在的产品和调用的API
11+
平台:操作系统信息,类型,版本
12+
如果可能,请提供一份最小问题复现代码。
13+
如果崩溃,请提供错误栈。
14+
如果编译出错,请提供 cmake 版本,编译器版本,编译命令等信息。
15+
-->
16+
17+
* **产品和接口**:
18+
* **平台**:
19+
* **最小代码**:
20+
21+
<!-- 请提供其他可能协助问题定位的信息 -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--
2+
Thank you for your pull request. Please provide a description above and review
3+
the requirements below.
4+
Bug fixes and new features should include tests and possibly benchmarks.
5+
Contributors guide: https://github.com/aliyun/aliyun-openapi-python-sdk/blob/master/CONTRIBUTING.md
6+
-->
7+
8+
##### You need to complete
9+
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
10+
11+
- [ ] unit tests and/or feature tests
12+
- [ ] documentation is changed or added

0 commit comments

Comments
 (0)