Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassusour committed Sep 6, 2024
2 parents 16a75fd + b7a4b1a commit 11622b0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you find a bug, please check the [issues](../../issues) to see if it’s alre

## Suggesting Enhancements

To suggest improvements or new technologies:
To suggest new technologies or edit current ones:
- Open an issue with:
- The technology name.
- Category (What quadrant it belongs in).
Expand Down
32 changes: 31 additions & 1 deletion README.md
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.

0 comments on commit 11622b0

Please sign in to comment.