Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 493 Bytes

FAQ.md

File metadata and controls

15 lines (14 loc) · 493 Bytes

Why is it named artifact?

Artifact is simply named after what it does: it is a way to write and track your [artifacts](https://en.wikipedia.org/wiki/Artifact_(software_development)

Why is the partof attribute a string (not a list)?

The partof attribute is much more powerful than a simple list. You can do:

[SPC-name]
partof = "REQ-[name, other, nested-[more, link]]"

Which is equivalent to:

[SPC-name]
partof = "REQ-name, REQ-other, REQ-nested-more, REQ-nested-link"