Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update Acceptance policy #4053

Merged
merged 3 commits into from
Oct 2, 2023
Merged

docs: Update Acceptance policy #4053

merged 3 commits into from
Oct 2, 2023

Conversation

yiannistri
Copy link
Contributor

What changed?
Updated Acceptance policy.

Why was this change made?
To make PR requirements more explicit.

How was this change implemented?
N/A

How did you validate the change?
N/A

Release notes
N/A

Documentation Changes
N/A

Copy link
Contributor

@lasomethingsomething lasomethingsomething left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two small nits

@yiannistri yiannistri requested a review from yitsushi October 2, 2023 07:58
@@ -23,6 +23,11 @@ These things will make a PR more likely to be accepted:
- tests for old code!
- new code and tests follow the conventions in old code and tests
- a good commit message (see below)
- all code must abide by [Go Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments)
- names should abide by [What's in a name](https://talks.golang.org/2014/names.slide#1)
- code must build on both Linux and Darwin, via plain `go build`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a tricky one to enforce. It makes sense, but as a random person if I try to join to contribute that may make some uncertainties as I have no mac where I can test and build.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, this is not meant to be a strict/hard requirement but rather an acknowledgment that a simple go build should be sufficient.

@yiannistri yiannistri enabled auto-merge (rebase) October 2, 2023 10:12
@yiannistri yiannistri merged commit 64b0e3c into main Oct 2, 2023
@yiannistri yiannistri deleted the docs-acceptance-policy branch October 2, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants