From 08ccb66691000671360a5e9aaf7f735dce46d253 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Tue, 18 Jun 2024 10:41:22 +0800 Subject: [PATCH 1/2] OpenSSF: add 'Contribution' and 'Report a problem' to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b86d186..67293fa 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,10 @@ following files: `-- lib64 `-- libLLVMSPIRVLib.so ``` + +## Contribution +Please submit a pull request to contribute. +Please follow [LLVM coding standards](https://llvm.org/docs/CodingStandards.html) + +## Report a problem +Submit an [issue](https://github.com/intel/opencl-clang/issues) From d7d25a422c14c6d6893234247bf61bdb1182ed16 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Tue, 18 Jun 2024 10:48:36 +0800 Subject: [PATCH 2/2] line break --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67293fa..5ea6c21 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,8 @@ following files: ## Contribution Please submit a pull request to contribute. + Please follow [LLVM coding standards](https://llvm.org/docs/CodingStandards.html) ## Report a problem -Submit an [issue](https://github.com/intel/opencl-clang/issues) +Please submit an [issue](https://github.com/intel/opencl-clang/issues)