Skip to content

Commit

Permalink
Merge pull request #55 from larksuite/v2_rewrite
Browse files Browse the repository at this point in the history
SDK V2 rewrite
  • Loading branch information
zhaoche27 authored Oct 9, 2021
2 parents 802a1aa + 784b036 commit 566c2a0
Show file tree
Hide file tree
Showing 222 changed files with 14,533 additions and 22,227 deletions.
2 changes: 2 additions & 0 deletions .github/.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v2.0.0
v2/version.go
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
Name: "Defect Problem Feedback"
About: Submit defect feedback

---

<! --
Thank you for your feedback.

Please provide as comprehensive information as possible to help locate and rectify the fault.

You can enable the log Debug mode (during development) to view more logs, which helps you troubleshoot problems

SDK version: The SDK version to be used. Make sure the version is up to date

Access API HTTP URL: THE API that the work is calling when the problem occurs

Minimum code: if possible, please provide a minimum problem recurrence code

Error message: The error message (including request ID) received by the SDK is not a service error

-->

* **SDK version**:
* **access API HTTP URL**:
* **How to Reproduce**:

<! -- Please provide any other information that may assist in locating the problem -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: "缺陷问题反馈"
about: 提交缺陷问题反馈

---

<!--
感谢提交问题反馈。
请提供尽量全面的信息协助问题定位修复。
可开启日志 Debug 模式(开发阶段),看更多的日志,有利于排查问题
SDK 版本:使用的 SDK 版本,请确定版本是最新的
访问的 API HTTP URL:问题发生时工作所在的调用的 API
最小代码:如果可能,请提供一份最小问题复现代码
报错信息:SDK 反馈的错误信息(含:Request id),非自身业务的错误
-->

* **SDK 版本**:
* **访问的 API HTTP URL**:
* **最小代码**:
* **报错信息**

<!-- 请提供其他可能协助问题定位的信息 -->
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ modules.txt
*_test.go
*.json
*.sh
test.go
test*.*
Loading

0 comments on commit 566c2a0

Please sign in to comment.