Files
python-MIT-repo-template/wiki/Project-Specification.md
T
2026-08-26 12:35:53 +02:00

29 lines
761 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Project Specification
The authoritative project specification lives in
[`docs/PROJECT_SPECIFICATION.md`](../docs/PROJECT_SPECIFICATION_TEMPLATE.md) (based on the
[project specification template](../docs/PROJECT_SPECIFICATION_TEMPLATE.md)), not on this
wiki page — it needs version control and review history that the wiki doesn't give you.
This page exists so the specification is easy to find. Keep it updated with:
- **Current version:** `<version>`
- **Status:** Draft / In Review / Approved
- **Last approved:** `<date>`
## Summary
Paste the 35 sentence summary from Section 1 of the specification here, so readers get the
gist without leaving the wiki.
## Key goals
- Goal 1
- Goal 2
- Goal 3
## Notable non-goals
- Non-goal 1
- Non-goal 2