mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 18:06:34 +02:00
switch to github note special markdown syntax
This commit is contained in:
parent
54e61caced
commit
2d74a66cac
1 changed files with 6 additions and 8 deletions
|
@ -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.
|
||||
|
||||
:::info **Recommended reading**
|
||||
|
||||
- [**CodeReviewComments**](https://github.com/golang/go/wiki/CodeReviewComments)
|
||||
- [**Linus Torvalds describes a good commit message**](https://gist.github.com/matthewhudson/1475276)
|
||||
- [**Best Practices for Maintainers**](https://opensource.guide/best-practices/)
|
||||
- [**Shrinking Code Review**](https://alexgaynor.net/2015/dec/29/shrinking-code-review/)
|
||||
|
||||
:::
|
||||
> [!NOTE]
|
||||
>
|
||||
> - [**CodeReviewComments**](https://github.com/golang/go/wiki/CodeReviewComments)
|
||||
> - [**Linus Torvalds describes a good commit message**](https://gist.github.com/matthewhudson/1475276)
|
||||
> - [**Best Practices for Maintainers**](https://opensource.guide/best-practices/)
|
||||
> - [**Shrinking Code Review**](https://alexgaynor.net/2015/dec/29/shrinking-code-review/)
|
||||
|
||||
### Versioning
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue