Gitorial Authoring - Validation
Validation
How validation works
These rules are evaluated when creating the PR-ready structure and surfaced inline during authoring to keep steps consistent.
Section
Section must change README
SectionMustChangeReadmeA Section step must modify README content.
Section changes README only
SectionMustChangeReadmeOnlyA Section step must only modify README.
Template & Solution
Template must be followed by Solution
TemplateMustBeFollowedBySolutionAny Template step must be immediately followed by a Solution step.
Solution must follow Template or Action
SolutionMustFollowTemplateOrActionA Solution step must immediately follow a Template or an Action step.
README
Exactly one README step
ReadmeMustBeOneThe tutorial must contain exactly one README step.
README must be last
ReadmeMustBeLastThe README step must be the final step in the tutorial.