Skip to content

Commit 97832a0

Browse files
authored
Merge pull request #6 from Pymetheus/develop
docs: center header badges & add contributing section
2 parents 04b89c5 + 2968ffd commit 97832a0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<div align="center">
2+
13
# Python Project Blueprint
24

35
[![Mypy][mypy-badge]](https://mypy-lang.org)
@@ -18,6 +20,8 @@
1820
[![Bootstrap][bootstrap-badge]](https://github.com/Pymetheus/python-project-blueprint/actions/workflows/bootstrap.yml)
1921
[![Template][use-template-badge]](https://github.com/new?template_name=python-project-blueprint&template_owner=Pymetheus)
2022

23+
</div>
24+
2125
[mypy-badge]: https://img.shields.io/badge/mypy-checked-4180b1
2226
[ruff-badge]: https://img.shields.io/badge/ruff-linted-4180b1
2327
[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
182186
- from simple scripts to long-lived services
183187

184188

189+
## Contributing
190+
Your contributions are always welcome!
191+
- For questions and general ideas, please use [GitHub Discussions](https://github.com/Pymetheus/python-project-blueprint/discussions)
192+
- 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
193+
185194
## License
186195
Licensed under the terms defined in [LICENSE.md](LICENSE.md).

0 commit comments

Comments
 (0)