Upload files to ".github/ISSUE_TEMPLATE"

This commit is contained in:
2026-08-26 12:44:24 +02:00
parent 4726bee77e
commit 5e553541cf
5 changed files with 128 additions and 0 deletions
@@ -0,0 +1,26 @@
---
name: "3. Set up project wiki"
about: "First step for a new project — publish the wiki template pages."
title: "Set up project wiki"
labels: ["setup", "documentation"]
assignees: ""
---
## Task
Publish the pages from [`wiki/`](../../wiki/) to the repository's actual wiki (or your team's
wiki tool), and fill each one in for this project.
## Steps
- [ ] Copy `wiki/Home.md`, `Getting-Started.md`, `Architecture.md`, `Project-Specification.md`,
`Value-Stream-Mapping.md`, and `FAQ.md` into the live wiki
- [ ] Fill in Home with real links (repo, issue tracker, CI) and conventions
- [ ] Fill in Getting Started with real install/run/test instructions
- [ ] Link the approved project specification and value stream map from their wiki pages
- [ ] Remove the "how to use this template" notes once pages are populated
## Definition of done
- [ ] Wiki is live and linked from the README
- [ ] Getting Started page is accurate enough that a new contributor can follow it unaided