Skip to content

Commit

Permalink
use GitHub markdown syntax (#1342)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tessier <[email protected]>
Co-authored-by: Juliano Costa <[email protected]>
  • Loading branch information
puckpuck and julianocosta89 authored Jan 19, 2024
1 parent c5484eb commit c1365ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ GitHub pull requests (PRs).

To create a new PR, fork the project in GitHub and clone the upstream repo:

> **Note**
> [!NOTE]
> Please fork to a personal GitHub account rather than a corporate/enterprise
> one so maintainers can push commits to your branch.
> **Pull requests from protected forks will not be accepted.**
Expand Down
2 changes: 1 addition & 1 deletion src/accountingservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker compose build accountingservice

## Regenerate protos

> **Note**
> [!NOTE]
> [`protoc`](https://grpc.io/docs/protoc-installation/) is required.
To regenerate gRPC code run:
Expand Down
2 changes: 1 addition & 1 deletion src/checkoutservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker compose build checkoutservice

## Regenerate protos

> **Note**
> [!NOTE]
> [`protoc`](https://grpc.io/docs/protoc-installation/) is required.
To regenerate gRPC code run:
Expand Down
2 changes: 1 addition & 1 deletion src/productcatalogservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker compose build productcatalogservice

## Regenerate protos

> **Note**
> [!NOTE]
> [`protoc`](https://grpc.io/docs/protoc-installation/) is required.
To regenerate gRPC code run:
Expand Down

0 comments on commit c1365ed

Please sign in to comment.