Skip to content

Commit

Permalink
Updated Readme.md, CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iammohdzaki committed Mar 19, 2024
1 parent 1aaefd7 commit e35d4aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
</div>

<h1 align="center">Android APK to AAB Converter</h1>
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e35d4aa

Please sign in to comment.