Skip to content

Commit aca0329

Browse files
committed
Fix a typo
1 parent 5af08d6 commit aca0329

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

developers/contributing/index.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ We merge all code changes through pull requests on GitHub.
5555
To make a contribution to one of the Turing packages, fork it on GitHub, start a new branch on your fork, and add commits to it.
5656
Once you're done, open a pull request to the main repository under [TuringLang](https://github.com/TuringLang).
5757
Someone from the dev team will review your code (if they don't, ping `@TuringLang/maintainers` in a comment to get their attention) and check that the continuous integration tests pass (with some allowed exceptions, see below).
58-
If all looks good, we'll merge your PR with much joy and gratitude If not, we'll help you fix it and then merge it with much joy and gratitude
58+
If all looks good, we'll merge your PR with much joy and gratitude.
59+
If not, we'll help you fix it and then merge it with much joy and gratitude
5960

6061
Everything in this section about pull requests and branches applies to the Turing.jl and DynamicPPL.jl repositories.
6162
Most of it also applies to other repositories under the TuringLang ecosystem, though some do not bother with the `main`/`breaking` distinction or with a `HISTORY.md`.

0 commit comments

Comments
 (0)