-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
added the definition of done to the github templates #17801
base: master
Are you sure you want to change the base?
Conversation
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Automated ChecksLast check on commit 31d7883 (Mon Nov 15 21:23:08 UTC 2021) Warnings:
Mention the bot in a comment to re-run the automated checks. Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
The template is starting to accumulate an awful lot of questions to answer. I would raise the question how helpful this really is, a large number of PRs don't even bother answering any of the questions and it doesn't seem to bother anyone. At the very least we could improve the DX by making it checkboxes. Those can just be clicked and don't require moving your cursor, removing the possible answers, then adding your answer, and doing that for every single question. Something like
|
I don't think this is helpful.
|
@@ -9,3 +9,4 @@ To make the process smooth for the project *committers* (those who review and ac | |||
Please check out the [How to Contribute guide](https://flink.apache.org/contributing/how-to-contribute.html) to understand how contributions are made. | |||
A detailed explanation can be found in our [Contribute Code Guide](https://flink.apache.org/contributing/contribute-code.html) which also contains a list of coding guidelines that you should follow. | |||
For pull requests, there is a [check list](PULL_REQUEST_TEMPLATE.md) with criteria taken from the How to Contribute Guide and the Coding Guidelines. | |||
In order to get the change merged make sure the [Definition of Done](https://flink.apache.org/contributing/contribute-code.html#definition-of-done) is fullfilled. |
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.
In order to get the change merged make sure the [Definition of Done](https://flink.apache.org/contributing/contribute-code.html#definition-of-done) is fullfilled. | |
In order to get the change merged make sure the [Definition of Done](https://flink.apache.org/contributing/contribute-code.html#definition-of-done) is fulfilled. |
I do think updating the docs in the same PR is a good practice and would +1 it. We merge directly to master, not to feature branches, and we should expect anything merged to master to be documented just as much as we expect it to build. I don't think that we should be treating documentation as a second-class citizen here. |
This PR is being marked as stale since it has not had any activity in the last 180 days. If you are having difficulty finding a reviewer, please reach out to the [community](https://flink.apache.org/what-is-flink/community/). If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 90 days, it will be automatically closed. |
This is a companion PR for the one i just created in the flink-web repo to introduce a definition of done: apache/flink-web#481