From 2968ffd6ec1ee998a945f87106f52824d472efd1 Mon Sep 17 00:00:00 2001 From: Pymetheus Date: Sat, 31 Jan 2026 18:52:45 +0100 Subject: [PATCH] docs: center header badges & add contributing section Wraps the README badge area in a centered
for improved alignment and adds a new 'Contributing' section that directs contributors to GitHub Discussions, Issues, and Pull Requests. Also includes minor whitespace/formatting adjustments. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fd8d5a4..8c8130a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +
+ # Python Project Blueprint [![Mypy][mypy-badge]](https://mypy-lang.org) @@ -18,6 +20,8 @@ [![Bootstrap][bootstrap-badge]](https://github.com/Pymetheus/python-project-blueprint/actions/workflows/bootstrap.yml) [![Template][use-template-badge]](https://github.com/new?template_name=python-project-blueprint&template_owner=Pymetheus) +
+ [mypy-badge]: https://img.shields.io/badge/mypy-checked-4180b1 [ruff-badge]: https://img.shields.io/badge/ruff-linted-4180b1 [pytest-badge]: https://img.shields.io/badge/pytest-tested-4180b1 @@ -182,5 +186,10 @@ Whether you’re starting a new project or establishing a shared standard, it pr - from simple scripts to long-lived services +## Contributing +Your contributions are always welcome! +- For questions and general ideas, please use [GitHub Discussions](https://github.com/Pymetheus/python-project-blueprint/discussions) +- For bugs or concrete changes, please open an [Issue](https://github.com/Pymetheus/python-project-blueprint/issues) or [Pull Request](https://github.com/Pymetheus/python-project-blueprint/pulls) instead + ## License Licensed under the terms defined in [LICENSE.md](LICENSE.md).