Skip to content

Commit 346f415

Browse files
authored
Merge pull request #401 from linkml/dalito-contributing-formatting
Fix formatting in CONTRIBUTING.md
2 parents 8aebaa4 + 2386b34 commit 346f415

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ When opening a pull request, you can specify that your PR needs to be
4747
tested against a specific upstream branch and repository by specifying it
4848
in the first two lines of your pull request like this:
4949

50-
> upstream_repo: my-cool-username/linkml
51-
> upstream_branch: some-complicated-feature
52-
>
53-
> Hey everyone what up it's me your boy MC spongebob here with another banger
54-
> ... (PR continues)
50+
```
51+
upstream_repo: my-cool-username/linkml
52+
upstream_branch: some-complicated-feature
53+
54+
Hey everyone what up it's me your boy MC spongebob here with another banger
55+
... (PR continues)
56+
```
5557

5658
The order of the `upstream_repo` and `upstream_branch` tags doesn't matter,
5759
but they must be on the first two lines of the pull request comment and separated with a colon.

0 commit comments

Comments
 (0)