Skip to content

Commit c929bab

Browse files
committed
Merge branch 'main' into contributing
2 parents a9010df + f02b8fd commit c929bab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CONTRIBUTING.md renamed to docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Contributions must adhere to [Effective Go](https://go.dev/doc/effective_go). Ad
66

77
### No Unused Packages
88

9-
Coders write packages that are used during implementation. It's difficult to validate whether an abstraction is valid until it's checked against an implementation. This results in a larger changeset, but provides reviewers with an educated perspective on the contribution.
9+
Coders write packages that are used during implementation. It's difficult to validate whether an abstraction is valid until it's checked against an implementation. This results in a larger changeset but provides reviewers with an educated perspective on the contribution.
1010

1111
## Review
1212

File renamed without changes.

0 commit comments

Comments
 (0)