This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 963f585  [MINOR] Add `License`/`RepoSize` status images
963f585 is described below

commit 963f585a6a3e5d1afa42df2d6d488e0dca8629e8
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Wed Aug 21 15:29:14 2024 -0700

    [MINOR] Add `License`/`RepoSize` status images
    
    ### What changes were proposed in this pull request?
    
    This aims to update `README.md` by adding `License/RepoSize` status images 
and a trademark to `Apache Spark`.
    
    ### Why are the changes needed?
    
    To provide more precise information:
    
    ![Screenshot 2024-08-21 at 13 19 
12](https://github.com/user-attachments/assets/e00a74a3-4271-4db3-866a-00990775e846)
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #86 from dongjoon-hyun/logo.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c7eb24c..552fb01 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,13 @@
 # Apache Spark K8s Operator
 
-Apache Spark K8s Operator is a subproject of [Apache 
Spark](https://spark.apache.org/) and
+[![GitHub Actions 
Build](https://github.com/apache/spark-kubernetes-operator/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/apache/spark-kubernetes-operator/actions/workflows/build_and_test.yml)
+[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
+[![Repo 
Size](https://img.shields.io/github/repo-size/apache/spark-kubernetes-operator)](https://img.shields.io/github/repo-size/apache/spark-kubernetes-operator)
+
+Apache Sparkā„¢ K8s Operator is a subproject of [Apache 
Spark](https://spark.apache.org/) and
 aims to extend K8s resource manager to manage Apache Spark applications via
 [Operator 
Pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/).
 
-[![GitHub Actions 
Build](https://github.com/apache/spark-kubernetes-operator/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/apache/spark-kubernetes-operator/actions/workflows/build_and_test.yml)
-
 ## Building Spark K8s Operator
 
 Spark K8s Operator is built using Gradle.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to