-
Notifications
You must be signed in to change notification settings - Fork 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
Update the contributing guide about pushing changes to dvc and git #1776
Conversation
Should we remove the following line since all the tests are now managed with dvc?
|
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.
I think some explanatory comments could be helpful.
Co-authored-by: Meghan Jones <[email protected]>
Done in e8a3ad6 |
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.
Just one minor suggestion, otherwise looks good!
Co-authored-by: Wei Ji <[email protected]>
…enericMappingTools#1776) Co-authored-by: Meghan Jones <[email protected]> Co-authored-by: Wei Ji <[email protected]>
Description of proposed changes
dvc status --remote upstream
beforedvc push
dvc push
beforegit push
Fixes #1765
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version