diff --git a/src/components/Contribute/AuthorInformation.tsx b/src/components/Contribute/AuthorInformation.tsx
index eb8f5d8b..bee52301 100644
--- a/src/components/Contribute/AuthorInformation.tsx
+++ b/src/components/Contribute/AuthorInformation.tsx
@@ -68,7 +68,8 @@ const AuthorInformation: React.FC 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
+