This repository is the public-facing home for the QualityChecks bug board and roadmap.
Its purpose is to give internal users and stakeholders a simple, no-login way to view:
- Known bugs and issues
- Planned fixes and enhancements
- Current roadmap priorities and progress
The main QualityChecks repository is where source code and development work happen. This repository exists separately so bug tracking and roadmap updates can be shared broadly, including with people who do not have a GitHub account.
- High-level roadmap updates
- Public issue/bug board artifacts
- Status notes intended for broad internal visibility
Release notes are published in the roadmap wiki:
This repo is intended for:
- Internal users
- Project stakeholders
- Team members who need visibility into bug status and roadmap direction
Issues are automatically synchronized between this repository and QualityChecks.
- Issue creation
- Issue title and body edits
- Issue close and reopen actions
- Label add and remove actions
- Comment create, edit, and delete actions
Sync is bi-directional:
- Issues created or updated in this repo are mirrored to
E-M-Consulting/QualityChecks - Issues created or updated in
E-M-Consulting/QualityChecksare mirrored back to this repo
The workflows include loop prevention so mirrored updates do not endlessly bounce between repositories.
These secrets must be configured in both repositories:
ISSUE_SYNC_TOKEN: Fine-grained personal access token with Issues read/write access to both reposISSUE_SYNC_BOT_LOGIN: GitHub username that ownsISSUE_SYNC_TOKEN
If these secrets are missing, the sync workflows will fail.