Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
# LizardByte Roadmap
<div align="center">
<img
src="https://raw.githubusercontent.com/LizardByte/.github/refs/heads/master/branding/logos/logo.svg"
alt="LizardByte icon"
width="256"
/>
<h1 align="center">roadmap</h1>
<h4 align="center">Roadmap for LizardByte repos.</h4>
</div>

<div align="center">
<a href="https://sonarcloud.io/project/overview?id=LizardByte_roadmap"><img src="https://img.shields.io/sonar/quality_gate/LizardByte_roadmap.svg?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonarqubecloud&label=sonarcloud" alt="SonarCloud"></a>
</div>

## Purpose

This repository tracks the strategic roadmap for LizardByte projects across all our organizations.
The roadmap consists of GitHub issues that outline future plans, improvements, and milestones for our projects.

## Purpose

This central roadmap repository helps us:
- Coordinate development efforts across multiple repositories
- Track dependencies between projects
- Provide transparency about our development direction
- Clearly describe ideas and goals about our projects, and make it easier for new contributors to get involved

> [!TIP]
> You can also use this repo as a template to create your own roadmap.

## How It Works

Roadmap items are maintained as GitHub issues in this repository. Each item includes:
Expand All @@ -22,7 +37,7 @@ Roadmap items are maintained as GitHub issues in this repository. Each item incl
- Milestone estimate
- Dependencies

> [!NOTE]
> [!NOTE]
> LizardByte projects are maintained by volunteers.
> The roadmap is not a guarantee of future work, but rather a guide to our current priorities and goals.

Expand Down