From f1d7ee728d3caa0d0955fa0ee03646ede991280e Mon Sep 17 00:00:00 2001 From: Jack Plowman <62281988+JackPlowman@users.noreply.github.com> Date: Wed, 5 Feb 2025 21:55:05 +0000 Subject: [PATCH] Add Project Technologies (#106) # Pull Request ## Description This pull request includes the addition of a new documentation file that lists the technologies and frameworks used in the project. Documentation updates: * [`docs/PROJECT_TECHNOLOGIES.md`](diffhunk://#diff-070f3e01b55dcf56be3d35ecb65dd331a92f6b31f8cb31a0da4e821b00fe1508R1-R8): Created a new markdown file that outlines the technologies and frameworks used in the project, including Python, Poetry, Dependabot, and GitHub Actions. Fixes #43 --- docs/PROJECT_TECHNOLOGIES.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/PROJECT_TECHNOLOGIES.md diff --git a/docs/PROJECT_TECHNOLOGIES.md b/docs/PROJECT_TECHNOLOGIES.md new file mode 100644 index 0000000..b163907 --- /dev/null +++ b/docs/PROJECT_TECHNOLOGIES.md @@ -0,0 +1,8 @@ +# Project Technologies and Frameworks + +This project was built using the following technologies and frameworks: + +| Category | Technologies and Frameworks | +| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Backend | ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![Poetry](https://img.shields.io/badge/poetry-%23150458.svg?style=for-the-badge&logo=poetry&logoColor=white) | +| DevOps & CI/CD | ![Dependabot](https://img.shields.io/badge/dependabot-025E8C?style=for-the-badge&logo=dependabot&logoColor=white) ![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white) |