-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/delegateas/tech-radar
- Loading branch information
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
# tech-radar | ||
# Tech Radar for Delegate | ||
|
||
Welcome to the **Tech Radar** project for **Delegate**! This project helps us track and assess various technologies, frameworks, and tools that are relevant to our organization. Inspired by the [Zalando Tech Radar](https://github.com/zalando/tech-radar/tree/master), this radar visualizes technology decisions to help guide our engineering and business teams. It currently tracks four categories, which are infrastructure, frameworks, tooling, and cloud services. | ||
|
||
## Table of Contents | ||
1. [Purpose](#purpose) | ||
2. [How It Works](#how-it-works) | ||
3. [Contributing](#contributing) | ||
|
||
## Purpose | ||
|
||
The goal of the Tech Radar is to provide a snapshot of technologies our organization is exploring, adopting, or retiring. | ||
|
||
## How It Works | ||
|
||
The Tech Radar categorizes technologies into quadrants and assigns them to stages based on their maturity and adoption within our organization: | ||
- **Quadrants** represent different categories of technology (e.g., Infrastructure, Frameworks, Tooling, Cloud Services). | ||
- **Stages** reflect the technology's current status: | ||
- **Adopt**: We are actively using this technology and recommend it. | ||
- **Trial**: We encourage testing this technology in limited scope. | ||
- **Assess**: We are exploring this technology but have not yet committed. | ||
- **Hold**: We discourage usage and may retire this technology soon. | ||
|
||
## Contributing | ||
|
||
We welcome contributions from across the organization to keep the Tech Radar updated and relevant! To suggest new technologies or request changes: | ||
|
||
1. **Submit a new technology**: Use the [feature request template](./.github/ISSUE_TEMPLATE/feature_request.md) to propose a new technology or change an existing one. | ||
2. **Report a Bug**: Use the [bug report template](./.github/ISSUE_TEMPLATE/bug_report.md) to report issues with the radar or project. | ||
|
||
For more details on contributing, see the [CONTRIBUTING.md](./CONTRIBUTING.md) file. |