Skip to content

Commit

Permalink
back ticks for dvc and H for "GitHub"
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 11, 2019
1 parent 75dab08 commit 9955833
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Disregard the recommendations below if you use **Edit on Github** button to improve the docs in place.
Disregard the recommendations below if you use **Edit on GitHub** button to
improve the docs in place.

❗ Please read the guidelines in the [Contributing to the Documentation](https://dvc.org/doc/user-guide/contributing/docs) list if you make any substantial changes to the documentation or JS engine.
❗ Please read the guidelines in the
[Contributing to the Documentation](https://dvc.org/doc/user-guide/contributing/docs)
list if you make any substantial changes to the documentation or JS engine.

πŸ› Please make sure to mention `Fix #issue` (if applicable) in the description of the PR. This enables GitHub to link the PR to the corresponding bug and close it automatically when PR is merged.
πŸ› Please make sure to mention `Fix #issue` (if applicable) in the description
of the PR. This enables GitHub to link the PR to the corresponding bug and close
it automatically when PR is merged.

Thank you for the contribution - we'll try to review and merge it as soon as possible. πŸ™
Thank you for the contribution - we'll try to review and merge it as soon as
possible. πŸ™
2 changes: 1 addition & 1 deletion static/docs/command-reference/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ created in the current working directory, with its original file name.
We can use `dvc get` to download the resulting model file from our
[get started example repo](https://github.com/iterative/example-get-started), a
<abbr>DVC project</abbr> hosted on Github:
<abbr>DVC project</abbr> hosted on GitHub:

```dvc
$ dvc get https://github.com/iterative/example-get-started model.pkl
Expand Down
2 changes: 1 addition & 1 deletion static/docs/user-guide/running-dvc-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ $ choco install less
```

`less` can be installed in other ways, just make sure it's available in
`cmd`/Powershell, where you run dvc. (This usually means adding the directory
`cmd`/PowerShell, where you run `dvc`. (This usually means adding the directory
where `less` is installed to the `PATH` environment variable.)

0 comments on commit 9955833

Please sign in to comment.