Skip to content

Commit

Permalink
Added manifest.yml to the template scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
TeneBrae93 committed Jun 4, 2024
1 parent dcdf826 commit 58fc05b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scenarios/scenario_template/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
# The name of the scenario, alpha-numeric characters only, and underscore-separated
- name: {{ scenario_name }}
# The name of the author(s), comma separated
- author: {{ author_name }}
# The version of the scenario, where major versions are breaking changes and minor are small fixes.
- version: {{ scenario_version }}
# Text displayed to the user when they type "{{ scenario_name }} help"
- help: |
{{ scenario_help }}
# Records the date upon which this scenario was last updated, in MM-DD-YYYY format
- last-updated: {{ date_last_updated }}
...

0 comments on commit 58fc05b

Please sign in to comment.