18 lines
1012 B
Markdown
18 lines
1012 B
Markdown
# Editor Evaluation Evidence
|
|
|
|
Each subdirectory keeps the canonical, versioned acceptance record for an editor feature. Record
|
|
visual evidence with its attachment ID, dimensions, and checksum. A repository image copy is
|
|
optional; the committed Markdown record, not a raw image URL, is the source of truth.
|
|
|
|
## Publishing To Gitea
|
|
|
|
Do not embed a repository `/raw/branch/...` or `/raw/commit/...` PNG URL in an issue or pull-request
|
|
comment. Gitea can serve the LFS pointer document at that URL, which renders as text instead of an
|
|
image. Upload the PNG to the relevant issue as a native attachment and use the returned
|
|
`/attachments/<uuid>` URL for the Markdown image. Keep the committed evaluation link next to the
|
|
attachment so the evidence remains traceable to its tested source and exact commit.
|
|
|
|
Native attachments are the presentation copies used by issues and pull requests. Do not commit a
|
|
duplicate image solely to publish it; retain verification notes and attachment metadata in the
|
|
evaluation record.
|