-
Notifications
You must be signed in to change notification settings - Fork 161
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
[FIX] Trivial column header fix #220
Conversation
If matching the original label string was intentional, then I'd recommend making it 'code' text, as in |
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.
This is not a typo. Those names correspond verbatim to a placeholder name in respective file name templates. Maybe adding brackets to the header name would make it more clear.
Sounds good to me. |
Done! Now just changes the font. |
Thanks! I think you need to fix the table width now. See https://travis-ci.com/bids-standard/bids-specification/builds/110783874#L481 and https://github.com/bids-standard/bids-specification/blob/master/CONTRIBUTING.md#writing-in-markdown |
Lint should be happy now. |
Replace underscore-separated column headers with capitalised, space-separated headers.
Just fixing some snake-case formatted column labels (modality_label & contrast_label).