Skip to content

Commit a1d53bb

Browse files
committed
update pull_request_template.md
1 parent ce18669 commit a1d53bb

2 files changed

Lines changed: 11 additions & 16 deletions

File tree

.github/pull_request_template.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
### PR description
2-
[Describe the PR content in detail here]
1+
### PR 描述/PR description
2+
[在此详细描述 PR 的内容]/[Describe the PR content in detail here]
33

44

5-
### Code Quality:
6-
As part of this pull request, I've considered the following:
7-
- [ ] Ensure that the code comments and documentation are clear, and use English for comments to ensure code readability.
8-
9-
- [ ] Ensure that the file header follows the [File Header Format](https://www.tuyaopen.ai/docs/contribute/coding-style-guide#file-header-format).
10-
11-
- [ ] Ensure that function headers follow the Doxygen format as specified in [Comments](https://www.tuyaopen.ai/docs/contribute/coding-style-guide#comments).
12-
13-
- [ ] Reviewed the [Coding Style Guide](https://www.tuyaopen.ai/docs/contribute/coding-style-guide) and verified code style compliance, including indentation, spacing, naming conventions, and other style guidelines.
14-
15-
- [ ] Have used the [code-formatting](https://www.tuyaopen.ai/docs/contribute/coding-style-guide#code-formatting) source code formatting tool to ensure compliance with TuyaOpen coding standards.
16-
5+
### 代码质量/Code Quality:
6+
在本次拉取请求中,我已考虑以下事项 As part of this pull request, I've considered the following:
7+
- [ ] 确保代码注释和文档清晰,并使用英文注释以保证代码可读性。Ensure that the code comments and documentation are clear, and use English for comments to ensure code readability.
8+
- [ ] 确保文件头遵循[文件头格式](https://www.tuyaopen.ai/zh/docs/contribute/coding-style-guide#%E5%A4%B4%E6%96%87%E4%BB%B6)。Ensure that the file header follows the [File Header Format](https://www.tuyaopen.ai/docs/contribute/coding-style-guide#file-header-format).
9+
- [ ] 确保函数头遵循 [Doxygen 格式](https://www.tuyaopen.ai/zh/docs/contribute/coding-style-guide#%E6%B3%A8%E9%87%8A)。Ensure that function headers follow the Doxygen format as specified in [Comments](https://www.tuyaopen.ai/docs/contribute/coding-style-guide#comments).
10+
- [ ] 已查阅 [编码风格指南](https://www.tuyaopen.ai/zh/docs/contribute/coding-style-guide),并核查代码风格合规性,包括缩进、空格、命名规范及其他风格要求。 Reviewed the [Coding Style Guide](https://www.tuyaopen.ai/docs/contribute/coding-style-guide) and verified code style compliance, including indentation, spacing, naming conventions, and other style guidelines.
11+
- [ ] 已使用[代码格式化工具](https://www.tuyaopen.ai/zh/docs/contribute/coding-style-guide#%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81)确保符合 TuyaOpen 编码规范。Have used the [code-formatting](https://www.tuyaopen.ai/docs/contribute/coding-style-guide#code-formatting) source code formatting tool to ensure compliance with TuyaOpen coding standards.

apps/tuya_cloud/camera_demo/include/tuya_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
*/
2727
// clang-format off
2828
#define TUYA_PRODUCT_ID "urj3rcaetqy6l6zd" // Please change your product id
29-
#define TUYA_OPENSDK_UUID "uuid3dfa17df5ff96fc6" // Please change the correct uuid
30-
#define TUYA_OPENSDK_AUTHKEY "92J3cLMEYhwTvN3bUWiEqpBfcvvo10V8" // Please change the correct authkey
29+
#define TUYA_OPENSDK_UUID "uuidxxxxxxxxxxxxxxxx" // Please change the correct uuid
30+
#define TUYA_OPENSDK_AUTHKEY "keyxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" // Please change the correct authkey
3131

3232
/**
3333
* @brief PINCODE for AP provisioning

0 commit comments

Comments
 (0)