Skip to content

[md2orchestra] What are the expected values of repository element attributes for name and version? #73

@kleihan

Description

@kleihan

How should the repository information in the markdown file be converted to Orchestra XML attributes? Here are some cases (please add more if needed) and proposed answers for discussion.

  1. Level 1 header, e.g. # MyRepository missing completely ==> input file cannot be processed
  2. # My Repository without version ==> name="My Repository" version="1.0"
  3. # My Repository version without version number ==> name="My Repository" version="1.0"
  4. # My Repository V2.0 ==> name="My Repository V2.0" version="1.0"
  5. # My Repository Version 2.0 ==> name="My Repository" version="2.0"

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions