Skip to content

Commit 1469273

Browse files
committed
docs: use GitHub markdown Note
1 parent 4dbc4d0 commit 1469273

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contributing/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ conditions MUST always be at the beginning or at the end of the line, not a mix
200200
- The conditional operator, also known simply as the ternary operator, MUST be preceded and followed by at least one space around both the `?` and `:` characters.
201201
- When the middle operand of the conditional operator is omitted, the operator MUST follow the same style rules as other binary comparison operators.
202202

203-
**Note:**
203+
> [!NOTE]
204204
> All the preceding rules are quoted from PSR-12. You may visit its website to view the code block samples.
205205
206206
## Custom Conventions

contributing/workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ are working in.
240240
At some point, you will decide that your feature branch is complete, or
241241
that it could benefit from a review by fellow developers.
242242

243-
> **Note**
243+
> [!NOTE]
244244
> Remember to sync your local repo with the shared one before pushing!
245245
It is a lot easier to resolve conflicts at this stage.
246246

@@ -279,7 +279,7 @@ Make sure that the PR title is helpful for the maintainers and other
279279
developers. Add any comments appropriate, for instance asking for
280280
review.
281281

282-
> **Note**
282+
> [!NOTE]
283283
> If you do not provide a title or description for your PR, the odds of it being
284284
> summarily rejected rise astronomically.
285285

0 commit comments

Comments
 (0)