Skip to content

add next steps#11990

Merged
l0lawrence merged 1 commit into
Azure:mainfrom
l0lawrence:addnextsteps
Sep 8, 2025
Merged

add next steps#11990
l0lawrence merged 1 commit into
Azure:mainfrom
l0lawrence:addnextsteps

Conversation

@l0lawrence
Copy link
Copy Markdown
Member

No description provided.

@github-actions github-actions Bot added the azsdk-cli Issues related to Azure/azure-sdk-tools::tools/azsdk-cli label Sep 5, 2025
@l0lawrence l0lawrence marked this pull request as ready for review September 8, 2025 17:25
Copilot AI review requested due to automatic review settings September 8, 2025 17:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds comprehensive next steps guidance to the package validation tool by introducing a NextSteps property to check responses and providing specific remediation instructions for different validation failures.

  • Adds tracking of failed checks and generates contextual next steps for users
  • Provides specific guidance for each validation type (dependency, changelog, README, spelling)
  • Enhances the overall check response with consolidated next steps from individual checks

@l0lawrence l0lawrence merged commit b0232b5 into Azure:main Sep 8, 2025
22 checks passed
if (overallSuccess)
{
nextSteps.Add("All package validation checks passed! Your package is ready for the next steps in the development process.");
nextSteps.Add("Consider running package release readiness checks if preparing for release.");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be always mandatory?

"Review and update the CHANGELOG.md file to ensure it follows the proper format",
"Verify that unreleased changes are properly documented",
"Check that version numbers and release dates are correctly formatted",
"Refer to the Azure SDK changelog guidelines for proper formatting"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this point to the guidelines for the changelog?

result.NextSteps = new List<string>
{
"Create or update the README.md file to include required sections",
"Ensure the README follows Azure SDK documentation standards",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as abouve about providing the link

"Create or update the README.md file to include required sections",
"Ensure the README follows Azure SDK documentation standards",
"Include proper installation instructions, usage examples, and API documentation links",
"Verify that all code samples in the README are working and up-to-date"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does a sample working means?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

azsdk-cli Issues related to Azure/azure-sdk-tools::tools/azsdk-cli

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants