-
Notifications
You must be signed in to change notification settings - Fork 177
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
Update contribution guide #2130
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zimnx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving some suggestions for changes in wording, take the ones addressing style and conciseness rather than substance as mostly optional. I'm yet to look at the proposed guides
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am yet to go through the referenced documents, but I'd personally not couple fixing the existing practices and introducing new rules.
The Scylla Operator project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
/lifecycle stale |
/remove-lifecycle stale |
We should speed this one up, we don't have any contribution guide atm, and we also need to remove/update the references: #2291 (comment). Perhaps we could just add this as |
bd7b9e2
to
a89046d
Compare
@zimnx: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/cc rzetelskik zimnx |
@mflendrich: GitHub didn't allow me to request PR reviews from the following users: zimnx. Note that only scylladb members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
d61059c
to
b861f65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mflendrich please try to keep the commits squashed (we try to avoid changes to the same file in multiple commits)
We also leave conversation resolution to the reviewers, otherwise it's hard to track if they were addressed
deleted in 1fbdf03 Update contribution guide Our contribution guide is very outdated and recommends style we don't use anymore. Content was updated to follow our existing style and lays out a coding convention and code review standard. Apply suggestions from code review Co-authored-by: Kacper Rzetelski <[email protected]>
1e1a4e7
to
a04abc0
Compare
Please review again. A style guide is one of those things that can easily produce diminishing returns work. Let's get one in place and then tackle individual improvements in targetted, narrow, easy to review PRs. One such improvement I'd definitely like to see is cutting the length at least by 50%. But let's pick our battles for now. |
While I agree with the sentiment, this usually leads to just never getting back to it. |
Update CONTRIBUTING.md Co-authored-by: Kacper Rzetelski <[email protected]>
a04abc0
to
05b34c7
Compare
Thanks @rzetelskik. PTAL now ☝️ 🙇 |
thanks, lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/lgtm |
Our contribution guide is very outdated and recommends style we don't use anymore. Content was updated to follow our existing style and lays out a coding convention and code review standard.