Checklist for submitting a schema change #658
infojunkie
started this conversation in
Ideas
Replies: 1 comment
|
The test infrastructure now supports a schema change PR with the following checks at each commit:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
As I rebuilt the MusicXML documentation, I got exposed to all the parts that make up the site, especially concerning the MusicXML schema. Based on this, I suggest the following list of "desirables" when publishing a schema change:
annotation/documentationsections that are affected by the changes.testfolder to prove it correctly validates against the new schema and does not regress in future versions.schema/toXY.xsl(currentlyto40.xsl) to remove the added elements / attributes that were added to the target release version.This list is open for discussion and refinement.
All reactions