Marian Harbach | ebeb154 | 2019-12-13 10:42:46 +0100 | [diff] [blame] | 1 | :linkattrs: |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 2 | = Gerrit Code Review - Contributing |
Martin Fick | 081fa51 | 2011-08-12 11:22:45 -0600 | [diff] [blame] | 3 | |
Edwin Kempin | 2118670 | 2019-04-24 10:07:09 +0200 | [diff] [blame] | 4 | [[cla]] |
| 5 | == Contributor License Agreement |
Martin Fick | 081fa51 | 2011-08-12 11:22:45 -0600 | [diff] [blame] | 6 | |
Edwin Kempin | 2118670 | 2019-04-24 10:07:09 +0200 | [diff] [blame] | 7 | In order to contribute to Gerrit a link:dev-cla.html[Contributor |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 8 | License Agreement,role=external,window=_blank] must be completed before |
| 9 | contributions are accepted. |
Edwin Kempin | 2118670 | 2019-04-24 10:07:09 +0200 | [diff] [blame] | 10 | |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 11 | [[contribution-processes]] |
| 12 | == Contribution Processes |
| 13 | |
| 14 | The Gerrit project offers two contribution processes: |
| 15 | |
| 16 | * link:#lightweight-contribution-process[Lightweight Contribution |
| 17 | Process] |
| 18 | * link:#design-driven-contribution-process[Design-Driven Contribution |
| 19 | Process] |
| 20 | |
| 21 | The lightweight contribution process has little overhead and is best |
| 22 | suited for small contributions (documentation updates, bug fixes, small |
| 23 | features). Contributions are pushed as changes and |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 24 | link:dev-roles.html#maintainer[maintainers,role=external,window=_blank] |
| 25 | review them adhoc. |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 26 | |
| 27 | For large/complex features, it is required to follow the |
| 28 | link:#design-driven-contribution-process[design-driven contribution |
| 29 | process] and specify the feature in a link:dev-design-docs.html[design |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 30 | doc,role=external,window=_blank] before starting with the implementation. |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 31 | |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 32 | If link:dev-roles.html#contributor[contributors,role=external,window=_blank] |
| 33 | choose the lightweight contribution process and during the review it turns out |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 34 | that the feature is too large or complex, |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 35 | link:dev-roles.html#maintainer[maintainers,role=external,window=_blank] can |
| 36 | require to follow the design-driven contribution process instead. |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 37 | |
| 38 | If you are in doubt which process is right for you, consult the |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 39 | link:https://groups.google.com/d/forum/repo-discuss[repo-discuss,role=external,window=_blank] |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 40 | mailing list. |
| 41 | |
| 42 | These contribution processes apply to everyone who contributes code to |
| 43 | the Gerrit project, including link:dev-roles.html#maintainer[ |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 44 | maintainers,role=external,window=_blank]. When reading this document, keep in |
| 45 | mind that maintainers are also contributors when they contribute code. |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 46 | |
Edwin Kempin | f13dfa9 | 2019-05-02 13:55:43 +0200 | [diff] [blame] | 47 | If a new feature is large or complex, it is often difficult to find a |
| 48 | maintainer who can take the time that is needed for a thorough review, |
| 49 | and who can help with getting the changes submitted. To avoid that this |
| 50 | results in unpredictable long waiting times during code review, |
| 51 | contributors can ask for link:#mentorship[mentor support]. A mentor |
| 52 | helps with timely code reviews and technical guidance. Doing the |
| 53 | implementation is still the responsibility of the contributor. |
| 54 | |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 55 | [[comparison]] |
| 56 | === Quick Comparison |
| 57 | |
| 58 | [options="header"] |
| 59 | |====================== |
| 60 | | |Lightweight Contribution Process|Design-Driven Contribution Process |
| 61 | |Overhead|low (write good commit message, address review comments)| |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 62 | high (write link:dev-design-docs.html[design doc,role=external,window=_blank] |
| 63 | and get it approved) |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 64 | |Technical Guidance|by reviewer|during the design review and by |
Edwin Kempin | f13dfa9 | 2019-05-02 13:55:43 +0200 | [diff] [blame] | 65 | reviewer/mentor |
| 66 | |Review |adhoc (when reviewer is available)|by a dedicated mentor (if |
| 67 | a link:#mentorship[mentor] was assigned) |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 68 | |Caveats |features may get vetoed after the implementation was already |
| 69 | done, maintainers may make the design-driven contribution process |
| 70 | required if a change gets too complex/large|design doc must stay open |
Edwin Kempin | f13dfa9 | 2019-05-02 13:55:43 +0200 | [diff] [blame] | 71 | for a minimum of 10 calendar days, a mentor may not be available |
| 72 | immediately |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 73 | |Applicable to|documentation updates, bug fixes, small features| |
| 74 | large/complex features |
| 75 | |====================== |
| 76 | |
| 77 | [[lightweight-contribution-process]] |
| 78 | === Lightweight Contribution Process |
| 79 | |
| 80 | The lightweight contribution process has little overhead and is best |
| 81 | suited for small contributions (documentation updates, bug fixes, small |
| 82 | features). For large/complex features the |
| 83 | link:#design-driven-contribution-process[design-driven contribution |
| 84 | process] is required. |
Edwin Kempin | 2118670 | 2019-04-24 10:07:09 +0200 | [diff] [blame] | 85 | |
Martin Fick | 081fa51 | 2011-08-12 11:22:45 -0600 | [diff] [blame] | 86 | As Gerrit is a code review tool, naturally contributions will |
| 87 | be reviewed before they will get submitted to the code base. To |
| 88 | start your contribution, please make a git commit and upload it |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 89 | for review to the link:https://gerrit-review.googlesource.com/[ |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 90 | gerrit-review.googlesource.com,role=external,window=_blank] Gerrit server. To |
| 91 | help speed up the review of your change, review these link:dev-crafting-changes.html[ |
| 92 | guidelines,role=external,window=_blank] before submitting your change. You can |
| 93 | view the pending Gerrit contributions and their statuses |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 94 | link:https://gerrit-review.googlesource.com/#/q/status:open+project:gerrit[here,role=external,window=_blank]. |
Martin Fick | 081fa51 | 2011-08-12 11:22:45 -0600 | [diff] [blame] | 95 | |
| 96 | Depending on the size of that list it might take a while for |
| 97 | your change to get reviewed. Naturally there are fewer |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 98 | link:dev-roles.html#maintainer[maintainers,role=external,window=_blank], that |
| 99 | can approve changes, than link:dev-roles.html#contributor[contributors,role=external,window=_blank]; |
| 100 | so anything that you can do to ensure that your contribution will undergo fewer |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 101 | revisions will speed up the contribution process. This includes |
| 102 | helping out reviewing other people's changes to relieve the load from |
| 103 | the maintainers. Even if you are not familiar with Gerrit's internals, |
| 104 | it would be of great help if you can download, try out, and comment on |
| 105 | new features. If it works as advertised, say so, and if you have the |
| 106 | privileges to do so, go ahead and give it a `+1 Verified`. If you |
| 107 | would find the feature useful, say so and give it a `+1 Code Review`. |
Martin Fick | 081fa51 | 2011-08-12 11:22:45 -0600 | [diff] [blame] | 108 | |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 109 | And finally, the quicker you respond to the comments of your reviewers, |
| 110 | the quicker your change might get merged! Try to reply to every |
| 111 | comment after submitting your new patch, particularly if you decided |
| 112 | against making the suggested change. Reviewers don't want to seem like |
| 113 | nags and pester you if you haven't replied or made a fix, so it helps |
| 114 | them know if you missed it or decided against it. |
| 115 | |
Han-Wen Nienhuys | 0ad68fb | 2021-02-04 16:33:28 +0100 | [diff] [blame^] | 116 | Features or API extensions, even if they are small, will incur |
| 117 | long-time maintenance and support burden, so they should be left |
| 118 | pending for at least 24 hours to give maintainers in all timezones a |
| 119 | chance to evaluate. |
| 120 | |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 121 | [[design-driven-contribution-process]] |
| 122 | === Design-driven Contribution Process |
| 123 | |
| 124 | The design-driven contribution process applies to large/complex |
| 125 | features. |
| 126 | |
| 127 | For large/complex features it is important to: |
| 128 | |
| 129 | * agree on the functionality and scope before spending too much time |
| 130 | on the implementation |
| 131 | * ensure that they are in line with Gerrit's project scope and vision |
| 132 | * ensure that they are well aligned with other features |
| 133 | * think about possibilities how the feature could be evolved over time |
| 134 | |
| 135 | This is why for large/complex features it is required to describe the |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 136 | feature in a link:dev-design-docs.html[design doc,role=external,window=_blank] |
| 137 | and get it approved by the |
| 138 | link:dev-processes.html#steering-committee[steering committee,role=external,window=_blank], |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 139 | before starting the implementation. |
| 140 | |
| 141 | The design-driven contribution process has the following steps: |
| 142 | |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 143 | * A link:dev-roles.html#contributor[contributor,role=external,window=_blank] |
| 144 | link:dev-design-docs.html#propose[proposes,role=external,window=_blank] a new |
| 145 | feature by uploading a change with a |
| 146 | link:dev-design-docs.html[design doc,role=external,window=_blank]. |
| 147 | * The design doc is link:dev-design-docs.html#review[reviewed,role=external,window=_blank] |
| 148 | by interested parties from the community. The design review is public |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 149 | and everyone can comment and raise concerns. |
| 150 | * Design docs should stay open for a minimum of 10 calendar days so |
| 151 | that everyone has a fair chance to join the review. |
Edwin Kempin | c507dbb | 2020-06-08 11:53:56 +0200 | [diff] [blame] | 152 | * Within 30 calendar days the contributor should hear back from the |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 153 | link:dev-processes.html#steering-committee[steering committee,role=external,window=_blank] |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 154 | whether the proposed feature is in scope of the project and if it can |
| 155 | be accepted. |
| 156 | * To be submitted, the design doc needs to be approved by the |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 157 | link:dev-processes.html#steering-committee[steering committee,role=external,window=_blank]. |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 158 | * After the design was approved, the implementation is done by pushing |
| 159 | changes for review, see link:#lightweight-contribution-process[ |
| 160 | lightweight contribution process]. Changes that are associated with |
| 161 | a design should all share a common hashtag. The contributor is the |
| 162 | main driver of the implementation and responsible that it is done. |
| 163 | Others from the Gerrit community are usually much welcome to help |
| 164 | with the implementation. |
| 165 | |
| 166 | In order to be accepted/submitted, it is not necessary that the design |
| 167 | doc fully specifies all the details, but the idea of the feature and |
| 168 | how it fits into Gerrit should be sufficiently clear (judged by the |
| 169 | steering committee). Contributors are expected to keep the design doc |
| 170 | updated and fill in gaps while they go forward with the implementation. |
| 171 | We expect that implementing the feature and updating the design doc |
| 172 | will be an iterative process. |
| 173 | |
| 174 | While the design doc is still in review, contributors may already start |
| 175 | with the implementation (e.g. do some prototyping to demonstrate parts |
| 176 | of the proposed design), but those changes should not be submitted |
| 177 | while the design wasn't approved yet. |
| 178 | |
| 179 | By approving a design, the steering committee commits to: |
| 180 | |
| 181 | * Accepting the feature when it is implemented. |
Edwin Kempin | f13dfa9 | 2019-05-02 13:55:43 +0200 | [diff] [blame] | 182 | * Supporting the feature by assigning a link:dev-roles.html#mentor[ |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 183 | mentor,role=external,window=_blank] (if requested, see link:#mentorship[mentorship]). |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 184 | |
| 185 | If the implementation of a feature gets stuck and it's unclear whether |
| 186 | the feature gets fully done, it should be discussed with the steering |
| 187 | committee how to proceed. If the contributor cannot commit to finish |
| 188 | the implementation and no other contributor can take over, changes that |
| 189 | have already been submitted for the feature might get reverted so that |
| 190 | there is no unused or half-finished code in the code base. |
| 191 | |
| 192 | For contributors, the design-driven contribution process has the |
| 193 | following advantages: |
| 194 | |
| 195 | * By writing a design doc, the feature gets more attention. During the |
| 196 | design review, feedback from various sides can be collected, which |
| 197 | likely leads to improvements of the feature. |
| 198 | * Once a design was approved by the |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 199 | link:dev-processes.html#steering-committee[steering committee,role=external,window=_blank], |
| 200 | the contributor can be almost certain that the feature will be accepted. |
Edwin Kempin | 099a5ec | 2019-04-25 16:15:14 +0200 | [diff] [blame] | 201 | Hence, there is only a low risk to invest into implementing a feature |
| 202 | and see it being rejected later during the code review, as it can |
| 203 | happen with the lightweight contribution process. |
Edwin Kempin | f13dfa9 | 2019-05-02 13:55:43 +0200 | [diff] [blame] | 204 | * The contributor can link:#mentorship[get a dedicated mentor assigned] |
| 205 | who provides timely reviews and serves as a contact person for |
| 206 | technical questions and discussing details of the design. |
| 207 | |
| 208 | [[mentorship]] |
| 209 | == Mentorship |
| 210 | |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 211 | For features for which a link:dev-design-docs.html[design,role=external,window=_blank] |
| 212 | has been approved (see link:#design-driven-contribution-process[design-driven |
Edwin Kempin | f13dfa9 | 2019-05-02 13:55:43 +0200 | [diff] [blame] | 213 | contribution process]), contributors can gain the support of a mentor |
| 214 | if they are committed to implement the feature. |
| 215 | |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 216 | A link:dev-roles.html#mentor[mentor,role=external,window=_blank] helps with: |
Edwin Kempin | f13dfa9 | 2019-05-02 13:55:43 +0200 | [diff] [blame] | 217 | |
| 218 | * doing timely reviews |
| 219 | * providing technical guidance during code reviews |
| 220 | * discussing details of the design |
| 221 | * ensuring that the quality standards are met (well documented, |
| 222 | sufficient test coverage, backwards compatible etc.) |
| 223 | |
| 224 | A feature can have more than one mentor. To be able to deliver the |
| 225 | promised support, at least one of the mentors must be a |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 226 | link:dev-roles.html#maintainer[maintainer,role=external,window=_blank]. |
Edwin Kempin | f13dfa9 | 2019-05-02 13:55:43 +0200 | [diff] [blame] | 227 | |
| 228 | Mentors are assigned by the link:dev-processes.html#steering-committee[ |
Marco Miller | 5010721 | 2020-04-21 15:42:55 -0400 | [diff] [blame] | 229 | steering committee,role=external,window=_blank]. To gain a mentor, ask for a |
| 230 | mentor in the link:dev-design-doc-template.html#implementation-plan[Implementation |
| 231 | Plan,role=external,window=_blank] section of the design doc or ask the steering |
| 232 | committee after the design has been approved. |
Edwin Kempin | f13dfa9 | 2019-05-02 13:55:43 +0200 | [diff] [blame] | 233 | |
| 234 | Mentors may not be available immediately. In this case, the steering |
| 235 | committee should include the approved feature into the roadmap or |
| 236 | prioritize it in the backlog. This way, it is transparent for the |
| 237 | contributor when they can expect to be able to work on the feature with |
| 238 | mentor support. |
| 239 | |
| 240 | Once the implementation phase starts, the contributor is expected to do |
| 241 | the implementation in a timely manner. |
| 242 | |
| 243 | For every mentorship, the end must be clearly defined. The design doc |
| 244 | must specify: |
| 245 | |
| 246 | * a maximum time frame for the mentorship, after which the mentorship |
| 247 | automatically ends, even if the feature is not done yet |
| 248 | * done criteria that define when the feature is done and the mentorship |
| 249 | ends |
| 250 | |
| 251 | If a feature is not finished in time, it should be discussed with the |
| 252 | steering committee how to proceed. If the contributor cannot commit to |
| 253 | finish the implementation in time and no other contributor can take |
| 254 | over, changes that have already been submitted for the feature might |
| 255 | get reverted so that there is no unused or half-finished code in the |
| 256 | code base. |
Martin Fick | 081fa51 | 2011-08-12 11:22:45 -0600 | [diff] [blame] | 257 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 258 | [[esc-dd-evaluation]] |
| 259 | == How the ESC evaluates design documents |
| 260 | This section describes how the ESC evaluates design documents. It’s |
| 261 | meant as a guideline rather than being prescriptive for both ESC |
| 262 | members and contributors. |
| 263 | |
| 264 | === General Process |
| 265 | As part of the design process, the ESC makes a final decision if a |
| 266 | design gets to be implemented. If there are multiple alternative |
| 267 | solutions, the ESC will decide which solution can be implemented. |
| 268 | |
| 269 | The ESC should wait until all contributors had the chance to |
| 270 | voice their opinion in review comments or by proposing alternative |
| 271 | solutions. Due to the infrequent ESC meetings (every 2-4 weeks) |
| 272 | the ESC might discuss documents in cases where the discussion is |
| 273 | already advanced far enough, but not make a decision yet. In this |
| 274 | case, contributors can still voice concerns or discuss alternatives. |
| 275 | The decision can be at the next meeting or via email in between |
| 276 | meetings. |
| 277 | |
| 278 | === Evaluation |
| 279 | Product/Vision fit |
Marco Miller | 1e54358 | 2020-04-07 16:58:59 -0400 | [diff] [blame] | 280 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 281 | Q: `Do we believe this feature belongs to Gerrit Code Review use-cases?` |
Marco Miller | 1e54358 | 2020-04-07 16:58:59 -0400 | [diff] [blame] | 282 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 283 | * Yes: Customizable dashboards |
| 284 | * No: UI for managing an LDAP server |
| 285 | |
| 286 | Q: `Is the proposed solution aligned with Gerrit’s vision?` |
Marco Miller | 1e54358 | 2020-04-07 16:58:59 -0400 | [diff] [blame] | 287 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 288 | * Yes: Showing comments of older patch sets in newer patch sets to |
| 289 | keep track (core code review) |
| 290 | * No: Implement a bug tracker in Gerrit (not core code review). |
| 291 | |
| 292 | === Impact |
| 293 | Q: `Will the new feature have a measurable, positive impact?` |
Marco Miller | 1e54358 | 2020-04-07 16:58:59 -0400 | [diff] [blame] | 294 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 295 | * Yes: Increased productivity, faster/smoother workflow, etc. |
| 296 | * Yes: Better latency, more reliable system. |
| 297 | * No: Unclear impact or lacking metrics to measure. |
| 298 | |
| 299 | === Complexity |
| 300 | Q: `Can we support/maintain this feature once it is in Gerrit?` |
Marco Miller | 1e54358 | 2020-04-07 16:58:59 -0400 | [diff] [blame] | 301 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 302 | * Yes: Code will fit into codebase, be well tested, easy to |
| 303 | understand. |
| 304 | * No: Will add code or a workflow that is hard to understand |
| 305 | and easy to misinterpret. |
Marco Miller | 1e54358 | 2020-04-07 16:58:59 -0400 | [diff] [blame] | 306 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 307 | Q: `Is the proposed feature or rework adding unnecessary complexity?` |
Marco Miller | 1e54358 | 2020-04-07 16:58:59 -0400 | [diff] [blame] | 308 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 309 | * Yes: Adding a dependency on a well-supported library. |
| 310 | * No: Adding a dependency on a library that is not widely used |
| 311 | or not actively maintained. |
| 312 | |
| 313 | === Core vs. Plugin decision |
| 314 | Q: `Would this fit better in a plugin?` |
Marco Miller | 1e54358 | 2020-04-07 16:58:59 -0400 | [diff] [blame] | 315 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 316 | * Yes:The proposed feature or rework is an implementation (e.g. Lucene |
| 317 | is an index implementation) of a generic concept that others |
| 318 | might want to implement differently. |
| 319 | * Yes: The proposed feature or rework is very specific to a custom setup. |
| 320 | * No: The proposed feature or rework is applicable to a wider user |
| 321 | base. |
| 322 | * No: The proposed feature or rework is a `core code review feature`. |
| 323 | |
| 324 | === Commitment |
| 325 | Q: `Is someone willing to implement it?` (this question is |
| 326 | especially important when reviewers propose alternative designs |
| 327 | to the author’s own solution). |
Marco Miller | 1e54358 | 2020-04-07 16:58:59 -0400 | [diff] [blame] | 328 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 329 | * Yes: The author or someone else commits to implementing the |
| 330 | proposed solution. |
| 331 | * Yes: If a mentorship is required, a mentor is willing to help. |
| 332 | * No: Unclear ownership, mentorship or implementation plan. |
| 333 | |
| 334 | === Community |
| 335 | Q: `If in doubt, is there a substantial benefit to a long-standing |
| 336 | community member with many users?` |
Marco Miller | 1e54358 | 2020-04-07 16:58:59 -0400 | [diff] [blame] | 337 | |
Patrick Hiesel | c49eea2 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 338 | * The community shapes the future of Gerrit as a product. In |
Marco Miller | be6a9d3 | 2020-04-07 16:33:32 -0400 | [diff] [blame] | 339 | cases of doubt, the ESC can be more generous with long-standing |
| 340 | community members compared to `drive-by` contributions. |
Patrick Hiesel | 078ad84 | 2020-03-24 10:04:18 +0100 | [diff] [blame] | 341 | |
Martin Fick | 081fa51 | 2011-08-12 11:22:45 -0600 | [diff] [blame] | 342 | GERRIT |
| 343 | ------ |
| 344 | Part of link:index.html[Gerrit Code Review] |
Yuxuan 'fishy' Wang | 99cb68d | 2013-10-31 17:26:00 -0700 | [diff] [blame] | 345 | |
| 346 | SEARCHBOX |
| 347 | --------- |