Skip to content

Commit 5d21599

Browse files
committed
docs: update Note markdown style
1 parent e65f9f1 commit 5d21599

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ This kit includes a number of workflow templates for integrating [GitHub Actions
6666
into your library or project development process. To add these to your repo simply copy the
6767
workflows into a **Template/.github/workflows/** directory.
6868

69-
> Hint: the [source files](src/.github) also include a configuration for Dependabot which will help keep your dependencies and workflows updated.
69+
> [!TIP]
70+
> The [source files](src/.github) also include a configuration for Dependabot which
71+
> will help keep your dependencies and workflows updated.
7072
7173
Below is a brief description of each workflow; see the links above for help with each tool.
7274

@@ -143,7 +145,7 @@ predefined rulesets. Rector can be highly opinionated based on its configuration
143145
so be sure to read the documentation and figure out the best fit for you. This workflow performs
144146
a "dry run" to check for any changes that Rector would have made and fail if there are matches.
145147

146-
> **Note**
148+
> [!NOTE]
147149
> Rector updates rules all the time, so you may want to lock your repo to
148150
> the latest known working version of Rector to prevent unexpected failures.
149151
> Using pinned version in `composer.json` and update it with dependabot is the
@@ -157,7 +159,7 @@ your code drops a dependency, so this workflow will help track those down.
157159

158160
### Hosting with Vagrant
159161

160-
> **Note**
162+
> [!NOTE]
161163
> The `Vagrantfile.dist` is unmaintained. It might not work now.
162164
> Contributions are welcome.
163165

0 commit comments

Comments
 (0)