From e35d4aa685985fadae61aa8a66242ec263a8202f Mon Sep 17 00:00:00 2001 From: Bitmap Date: Tue, 19 Mar 2024 13:02:53 +0530 Subject: [PATCH] Updated Readme.md, CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ README.md | 13 +++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5852a59..131cd91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,12 @@ Thank you for considering contributing to our project! We appreciate your efforts to make it better. To ensure smooth collaboration, please follow these guidelines: +## Environment Details + +- IDE: IntelliJ IDEA 2023.3.5 (Community Edition) +- Java SDK: azul-18 (18.0.2) +- Gradle: 7.5.1 + ## Getting Started 1. Fork the repository on GitHub. diff --git a/README.md b/README.md index 7b8cf25..f4ad3bf 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,12 @@ [![CodeQL](https://github.com/iammohdzaki/BundleToolUI-Desktop/actions/workflows/codeql.yml/badge.svg)](https://github.com/iammohdzaki/BundleToolUI-Desktop/actions/workflows/codeql.yml) [![kotlin_lint](https://github.com/iammohdzaki/BundleToolUI-Desktop/actions/workflows/kotlin_lint.yml/badge.svg)](https://github.com/iammohdzaki/BundleToolUI-Desktop/actions/workflows/kotlin_lint.yml) [![Run Tests](https://github.com/iammohdzaki/BundleToolUI-Desktop/actions/workflows/workflow.yml/badge.svg)](https://github.com/iammohdzaki/BundleToolUI-Desktop/actions/workflows/workflow.yml) -![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-closed/iammohdzaki/BundleToolUI-Desktop) -![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/iammohdzaki/BundleToolUI-Desktop) -![GitHub Release](https://img.shields.io/github/v/release/iammohdzaki/BundleToolUI-Desktop) -![GitHub Repo stars](https://img.shields.io/github/stars/iammohdzaki/BundleToolUI-Desktop?style=flat-square) -![GitHub commit activity](https://img.shields.io/github/commit-activity/m/iammohdzaki/BundleToolUI-Desktop) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=iammohdzaki_BundleToolUI-Desktop&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=iammohdzaki_BundleToolUI-Desktop) +[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=iammohdzaki_BundleToolUI-Desktop&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=iammohdzaki_BundleToolUI-Desktop) +[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=iammohdzaki_BundleToolUI-Desktop&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=iammohdzaki_BundleToolUI-Desktop) +[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=iammohdzaki_BundleToolUI-Desktop&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=iammohdzaki_BundleToolUI-Desktop) +[![GitHub Release](https://img.shields.io/github/v/release/iammohdzaki/BundleToolUI-Desktop)](https://github.com/iammohdzaki/BundleToolUI-Desktop/releases) +[![GitHub Repo stars](https://img.shields.io/github/stars/iammohdzaki/BundleToolUI-Desktop?style=flat-square)](https://github.com/iammohdzaki/BundleToolUI-Desktop/stargazers)

Android APK to AAB Converter

@@ -49,7 +50,7 @@ To run BundleToolUI-Desktop on your system, download compressed build based on y ## CONTRIBUTING -Thank you for considering contributing to AAB to APK Converter! Contributions are welcome and encouraged. +Thank you for considering contributing to AAB to APK Converter! Contributions are welcome and encouraged. [For More Info](CONTRIBUTING.md) ## License