-
Notifications
You must be signed in to change notification settings - Fork 20
fix: update snippet for clarity #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated JSON snippet for YAML configuration. Signed-off-by: Awar Abdulkarim <[email protected]>
Updated the yaml.customTags section in the documentation. Signed-off-by: Awar Abdulkarim <[email protected]>
|
@mathieu-benoit made changes, hopefully the PR itself is ok. |
mathieu-benoit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Just left my review.
| "yaml.schemas": { | ||
| "https://raw.githubusercontent.com/score-spec/spec/main/score-v1b1.json": "score.yaml" | ||
| } | ||
| "yaml.customTags": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you keep the snippet like it was, and instead of this change, after the screenshot, show this new snippet you propose (with a sentence like "This is how it should look like:"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I took so long to follow up, I updated the snippet like you asked and moved what I added to the end end of the text, please verify it's correct. 😄
Signed-off-by: Awar Abdulkarim <[email protected]>
mathieu-benoit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Updated JSON snippet for YAML configuration.
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.
What is the motivation?
Clarifying the documentation to help the reader better understand where to insert the code snippet.
What does this change do?
This pull request adds and additional line to the code snippet which makes the placement of the original snippet more clear for the reader.
What is your testing strategy?
Followed instructions as documented and added the previous line to the snippet to make the placement understandable, no major changes.
Is this related to any issues?
fixes #223
Have you read the Contributing Guidelines?