From 7474899ef291230324516e0e102ed8ccc6afdac9 Mon Sep 17 00:00:00 2001 From: IntelPocik Date: Fri, 10 Oct 2025 11:07:25 +0700 Subject: [PATCH 1/3] docs: add CONTRIBUTING badge to README.md Add a CONTRIBUTING badge in README linking to CONTRIBUTING.md for easier discoverability of contribution guidelines. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef3d9f302d..fa545ff398 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Pypi.org][pypi-badge]][pypi-url] [![Apache licensed][licence-badge]][licence-url] [![Build Status][actions-badge]][actions-url] +[![Contributing](https://img.shields.io/badge/CONTRIBUTING-guidelines-brightgreen?style=flat-square)](https://github.com/ApeWorX/ape/blob/main/CONTRIBUTING.md) [![Discord chat][discord-badge]][discord-url] [![Twitter][twitter-badge]][twitter-url] From 16095802453fe0eba78f9d761fb716b10a7d94f5 Mon Sep 17 00:00:00 2001 From: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:29:19 -0500 Subject: [PATCH 2/3] refactor: reference tab on readme instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa545ff398..47b560c074 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Pypi.org][pypi-badge]][pypi-url] [![Apache licensed][licence-badge]][licence-url] [![Build Status][actions-badge]][actions-url] -[![Contributing](https://img.shields.io/badge/CONTRIBUTING-guidelines-brightgreen?style=flat-square)](https://github.com/ApeWorX/ape/blob/main/CONTRIBUTING.md) +[![Contributing](https://img.shields.io/badge/CONTRIBUTING-guidelines-brightgreen?style=flat-square)](https://github.com/ApeWorX/ape?tab=contributing-ov-file) [![Discord chat][discord-badge]][discord-url] [![Twitter][twitter-badge]][twitter-url] From ed1429b3ea8797451e2afb4e49dc4ee284029776 Mon Sep 17 00:00:00 2001 From: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:32:36 -0500 Subject: [PATCH 3/3] refactor: use badge links --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47b560c074..980b8129e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Pypi.org][pypi-badge]][pypi-url] -[![Apache licensed][licence-badge]][licence-url] +[![Apache licensed][license-badge]][license-url] [![Build Status][actions-badge]][actions-url] -[![Contributing](https://img.shields.io/badge/CONTRIBUTING-guidelines-brightgreen?style=flat-square)](https://github.com/ApeWorX/ape?tab=contributing-ov-file) +[![Contributing][contributing-badge]][contributing-url] [![Discord chat][discord-badge]][discord-url] [![Twitter][twitter-badge]][twitter-url] @@ -134,10 +134,12 @@ Install 3rd party plugins at your own risk. [actions-url]: https://github.com/ApeWorX/ape/actions?query=branch%3Amain+event%3Apush [compile-guide]: https://docs.apeworx.io/ape/stable/userguides/compile.html [console-guide]: https://docs.apeworx.io/ape/stable/userguides/console.html +[contributing-badge]: https://img.shields.io/badge/CONTRIBUTING-guidelines-brightgreen?style=flat-square +[contributing-url]: https://github.com/ApeWorX/ape?tab=contributing-ov-file [discord-badge]: https://img.shields.io/discord/922917176040640612.svg?logo=discord&style=flat-square [discord-url]: https://discord.gg/apeworx -[licence-badge]: https://img.shields.io/github/license/ApeWorX/ape?color=blue -[licence-url]: https://github.com/ApeWorX/ape/blob/main/LICENSE +[license-badge]: https://img.shields.io/github/license/ApeWorX/ape?color=blue +[license-url]: https://github.com/ApeWorX/ape?tab=License-1-ov-file [logging-guide]: https://docs.apeworx.io/ape/stable/userguides/logging.html [networks-guide]: https://docs.apeworx.io/ape/stable/userguides/networks.html [projects-guide]: https://docs.apeworx.io/ape/stable/userguides/projects.html