Skip to content

Commit

Permalink
Merge pull request dgiot#437 from dgiot/h7ml
Browse files Browse the repository at this point in the history
docs:更新CONTRIBUTING链接地址
  • Loading branch information
h7ml authored May 23, 2022
2 parents 4ba58e1 + 52ee813 commit cd58d7b
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .gitee/ISSUE_TEMPLATE.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#### 1. 描述问题:

请清晰的描述重现该 issue 的步骤,没有清晰重现步骤的 issue 将不会被修复。标有need repro的 issue 如果在 7 天内不提供相关步骤,将直接被关闭。

#### 2. 截图或视频:

可以的话,尽可能提供截图或视频来补充描述你的问题...

#### 3. 如何复现(请务必完整填写下面内容):

1. 你是如何使用 dgiot 的?
1. [[email protected]](https://gitee.com/dgiiot/dgiot/releases/v4.5.3)
2. [开发板](https://gitee.com/dgiiot/dgiot/tree/master/)
3. [其他版本](https://gitee.com/dgiiot/dgiot/releases)


#### 4. 操作平台:
1. 操作系统:
2. 浏览器:

#### 5. 操作步骤
请简单描述一下复现的操作步骤...
22 changes: 22 additions & 0 deletions .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#### 1. 描述问题:

请清晰的描述重现该 issue 的步骤,没有清晰重现步骤的 issue 将不会被修复。标有need repro的 issue 如果在 7 天内不提供相关步骤,将直接被关闭。

#### 2. 截图或视频:

可以的话,尽可能提供截图或视频来补充描述你的问题...

#### 3. 如何复现(请务必完整填写下面内容):

1. 你是如何使用 dgiot 的?
1. [[email protected]](https://gitee.com/dgiiot/dgiot/releases/v4.5.3)
2. [开发板](https://gitee.com/dgiiot/dgiot/tree/master/)
3. [其他版本](https://gitee.com/dgiiot/dgiot/releases)


#### 4. 操作平台:
1. 操作系统:
2. 浏览器:

#### 5. 操作步骤
请简单描述一下复现的操作步骤...
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Please describe the current behavior and link to a relevant issue. -->
Fixes <issue-number>

**If your build fails** due to your commit message not passing the build checks, please review the guidelines here: https://github.com/emqx/emqx/blob/master/CONTRIBUTING.md.
**If your build fails** due to your commit message not passing the build checks, please review the guidelines here: https://github.com/dgiot/dgiot/blob/master/CONTRIBUTING.md.

## PR Checklist
Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%% limitations under the License.
%%--------------------------------------------------------------------

-module(task_sup).
-module(tcp_client_sup).

-include("dgiot_task.hrl").
-behaviour(supervisor).
Expand Down

0 comments on commit cd58d7b

Please sign in to comment.