switch to github note special markdown syntax

This commit is contained in:
alexvcs 2025-03-11 15:51:32 -04:00
parent 54e61caced
commit 2d74a66cac

View file

@ -35,14 +35,12 @@ Here are some of the expectations we have of contributors:
- **Use comments properly.** We expect good godoc comments for package-level functions, types, and values. Comments are also useful whenever the purpose for a line of code is not obvious. - **Use comments properly.** We expect good godoc comments for package-level functions, types, and values. Comments are also useful whenever the purpose for a line of code is not obvious.
:::info **Recommended reading** > [!NOTE]
>
- [**CodeReviewComments**](https://github.com/golang/go/wiki/CodeReviewComments) > - [**CodeReviewComments**](https://github.com/golang/go/wiki/CodeReviewComments)
- [**Linus Torvalds describes a good commit message**](https://gist.github.com/matthewhudson/1475276) > - [**Linus Torvalds describes a good commit message**](https://gist.github.com/matthewhudson/1475276)
- [**Best Practices for Maintainers**](https://opensource.guide/best-practices/) > - [**Best Practices for Maintainers**](https://opensource.guide/best-practices/)
- [**Shrinking Code Review**](https://alexgaynor.net/2015/dec/29/shrinking-code-review/) > - [**Shrinking Code Review**](https://alexgaynor.net/2015/dec/29/shrinking-code-review/)
:::
### Versioning ### Versioning