Skip to content

Commit

Permalink
Implement the new core key author
Browse files Browse the repository at this point in the history
To be used for tracking the information about the original author
of the test, plan or story.
  • Loading branch information
psss committed Dec 5, 2024
1 parent 2df13a9 commit 256c692
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions spec/core/author.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
summary: Author contact

story:
As a user I would like to contact the original author of the
test, plan or story without having to dig through the git
history or check various random files.

description: |
This dedicated field provides the standard place for the
the original author as this information can be present in
various places so it's not always easy to find it. Also when
the test changes it's location to a different git repository
the information about the original author can be lost.

example:
- |
# Single author
author: Name Surname <[email protected]>

- |
# Multiple authors
author:
- First Person <[email protected]>
- Second Person <[email protected]>

link:
- implemented-by: /tmt/base.py
- verified-by: /tests/plan/show
- verified-by: /tests/story/show
- verified-by: /tests/test/show

0 comments on commit 256c692

Please sign in to comment.