Skip to content

Commit 201f4c2

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md renamed to docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ 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

1313
> Taken from [Go's review philosophy](https://go.dev/doc/contribute#reviews).
1414
15-
Coders value very thorough reviews. Think of each review comment like a ticket: you are expected to somehow "close" it by acting on it, either by implementing the suggestion or convincing the reviewer otherwise.
15+
Coders value thorough reviews. Think of each review comment like a ticket: you are expected to somehow "close" it by acting on it, either by implementing the suggestion or convincing the reviewer otherwise.
1616

1717
After you update the change, go through the review comments and make sure to reply to every one. You can click the "Done" button to reply indicating that you've implemented the reviewer's suggestion; otherwise, click on "Reply" and explain why you have not, or what you have done instead.
1818

File renamed without changes.

0 commit comments

Comments
 (0)