From 891d9400700dc57891bbce8720e65cced068c943 Mon Sep 17 00:00:00 2001
From: Anil Vishnoi Provide your information required for a GitHub DCO sign-off.
- Author Information *
+ Author Information
+ *
Provide attribution information for the skill.
+Specify the directory location within taxonomy repository structure for the QnA Yaml and Attribution files.
++ Author Information +
++ Name: {skillFormData.name} +
++ Email: {skillFormData.email} +
+ + {/* Skill Information */} ++ Skill Information +
++ Submission Summary: {skillFormData.submissionSummary} +
++ Document Outline: {skillFormData.documentOutline} +
+ + {/* File Path Information */} ++ File Path Information +
++ File Path: {skillFormData.filePath} +
+ + {/* Seed Examples */} ++ Seed Examples +
+ {skillFormData.seedExamples.map((seedExample, index) => ( ++ Seed Examples {index + 1} +
++ Context: {seedExample.context} +
++ Question {index + 1}: {seedExample.question} +
++ Answer {index + 1}: {seedExample.answer} +
++ Attribution Information +
++ Title of Work: {skillFormData.titleWork} +
++ License of Work: {skillFormData.licenseWork} +
++ Creators: {skillFormData.creators} +
+Provide brief information about the Skills.
+ +
+ Add seed examples with question and answer pair and related context (optional). A minimum of five seed examples are required.{' '}
+
+ {' '}
+ Learn more about seed examples
+