Skip to content

Commit

Permalink
Update contributing.rst
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Esteban82 authored Jan 2, 2025
1 parent beab594 commit 331eee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rst/source/devdocs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ using the following steps:
- Run ``dvc diff`` to check that modified files are in the correct directory.
- Add the modified images to dvc using ``dvc add test/baseline/<module>/<newplot.ps>``, ``dvc add doc/scripts/images/<newplot.ps>``,
or ``dvc add doc/examples/images/<newplot.ps>``
depending on the type of test modified. RUn one dvc add command per updated PostScript plot.
depending on the type of test modified. Run one dvc add command per updated PostScript plot.
- Check that the .dvc file was updated by running ``git status``.
- Stage the modified .dvc files in git using ``git add test/baseline/<module>/<newplot.ps>.dvc``, ``git add doc/scripts/images/<newplot.ps>.dvc``,
or ``git add doc/examples/images/<newplot.ps>.dvc``, again per updated file.
Expand Down

0 comments on commit 331eee1

Please sign in to comment.