diff --git a/.gitee/ISSUE_TEMPLATE.md b/.gitee/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..0308940 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +### Fault Symptom and Cause? + + + +### Reproducing Procedure + + + +### Error Information + + diff --git a/.gitee/PULL_REQUEST_TEMPLATE.md b/.gitee/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..79b1e1c --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +### Related Issue + + +### Reason (Purpose, Problem Solved. etc.) + + +### Description (Measures Taken and Resulting Changes) + + +### Test Cases (New, Modified, and Possibly Affected Functiona) + + diff --git a/OAT.xml b/OAT.xml index 86c5ded..c2f76b0 100644 --- a/OAT.xml +++ b/OAT.xml @@ -13,8 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. - This is the configuration file template for OpenHarmony OSS Audit Tool, please copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README. + +--> + + diff --git a/README.md b/README.md index 2374b55..2ed985f 100644 --- a/README.md +++ b/README.md @@ -44,5 +44,5 @@ clang -o helloworld helloworld.c -target arm-liteos --sysroot=/my_ohos_root_path [Kernel subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/kernel.md) -**prebuilts\_lite\_sysroot** +[prebuilts\_lite\_sysroot](https://gitee.com/openharmony/prebuilts_lite_sysroot/blob/master/README.md) diff --git a/README_zh.md b/README_zh.md index 5d120b2..13d3008 100644 --- a/README_zh.md +++ b/README_zh.md @@ -44,5 +44,5 @@ clang -o helloworld helloworld.c -target arm-liteos --sysroot=/my_ohos_root_path [内核子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E5%86%85%E6%A0%B8%E5%AD%90%E7%B3%BB%E7%BB%9F.md) -**prebuilts\_lite\_sysroot** +[prebuilts\_lite\_sysroot](https://gitee.com/openharmony/prebuilts_lite_sysroot/blob/master/README_zh.md)