Create guide for new figure/table developers#294
Conversation
f1b0260 to
766a32e
Compare
Schiano-NOAA
left a comment
There was a problem hiding this comment.
This is a great start! I made some comments and suggestions for changes. I think the last thing it needs is a mention that all figures or tables get returned at the end of the function regardless if it's exported or not. The contributor does not need to add return() of the table or figure when it's at the end of the function.
Co-authored-by: Sam (Schiano) Bredeck <125507018+Schiano-NOAA@users.noreply.github.com>
Co-authored-by: Sam (Schiano) Bredeck <125507018+Schiano-NOAA@users.noreply.github.com>
6825ef9 to
086a1dd
Compare
Thanks so much for your helpful comments, Sam. I've updated the guide to address your comments, including how figures/tables are returned even if they're not exported. |
Create a figure/table workflow guide and add it to the bottom of
CONTRIBUTING.md.