Skip to content

Commit 4177982

Browse files
committed
[docs] Add mascot artwork to README and docs (#121)
1 parent 7446054 commit 4177982

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Document required GitHub Actions permissions for changelog release automation (#118)
13+
- Add the project mascot image to README and documentation (#121)
1314

1415
## [1.12.0] - 2026-04-19
1516

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ across Fast Forward libraries.
1313
[![License](https://img.shields.io/github/license/php-fast-forward/dev-tools?color=64748B)](LICENSE)
1414
[![GitHub Sponsors](https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899)](https://github.com/sponsors/php-fast-forward)
1515

16+
<p align="center">
17+
<img src="docs/_static/mascot.png" alt="Fast Forward DevTools mascot" width="520">
18+
</p>
19+
1620
## ✨ Features
1721

1822
- Aggregates refactoring, PHPDoc, code style, tests, and reporting under a

docs/_static/mascot.png

1.45 MB
Loading

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ FastForward DevTools is infrastructure for Fast Forward libraries. It ships
55
shared defaults, registers Composer commands, generates documentation, and
66
synchronizes automation plus packaged agent skills into consumer repositories.
77

8+
.. image:: _static/mascot.png
9+
:alt: Fast Forward DevTools mascot
10+
:width: 420
11+
:align: center
12+
813
If you are new to the package, start with :doc:`getting-started/index` and
914
:doc:`usage/index`. If you maintain Fast Forward libraries, continue with
1015
:doc:`advanced/index`, :doc:`api/index`, and :doc:`internals/index` to

0 commit comments

Comments
 (0)