-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove redundant items in PR template #2877
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
Conversation
- Remove sign CLA since CI already shows unsigned CLAs - Remove all tests must pass CI since we have to check each on a case by case basis anyways - Update example to include linking to the current repo using number sign (ie. #49 in addition to org/repo#49)
|
lgtm |
|
@slnode test please |
|
IMO, this is going in a wrong direction :( Many contributors are not familiar with GitHub and its status checks. I don't want to repeat myself again and again to remind them. Also the purpose of the checklist is to allow people to work on their patch incrementally, using checked/unchecked items as a way of communicating the status of the patch. @superkhau Can we revert this pull request please? In the future, I would appreciate if we allowed at least 24 hours before landing pull requests like this one. |
Many are going to submit the PR and not check back to see if the tests pass. Why make them check a box that will automatically have a checked box or not? That's like saying raise your hand to raise your hand.
That will happen no matter what we do. |
Yes we can, but I still agree with @eddiemonge's comments/response -- did you use issue/PR templates from your day's at Yeoman?
I disagree, if they are not familiar with status checks and we expect them to use it, we need to make a page to educate them on loopback.io for "How to use status checks when contributing to LoopBack". Then we can point the finger there instead of burdening all the users who do know how to use status checks forever with checking a checkbox that is already checked by CI and already visible to the contributor.
Assuming they know how to use status checks (or we point them to the page aboves so they do know after reading), I don't see how these two bullets serve any purpose -- we need to verify these things during PR review anyways (why should the contributor be burdened to check another thing that we have to check as part of our PR review anyways?)
I disagree with this too, they've already communicated their intent to submit a correct patch from the start. The other two bullets make sense because they may need reminders to add tests and make sure their "correct" code conforms to our style guide (and possibly a link to learn how to use status checks). As for the incremental updates, they communicate the status by talking to us in comments/responses, not by checking the checkboxes later. For example, a simple UX:
Thoughts?
I agree with this one. 🙇♂️ I should've waited 24 hours since this is a flamewar topic. I'm gonna wait 24 hours this time for your response before reverting this time though. |
|
Fair enough. I don't entirely agree (see e.g. Node's PR template), but also don't waste everybody's time discussing the PR template. Let's stay with what we have in |
👍 for this, let's give it a shot and update iteratively. |
* Need index on principalId for performance. (#2883) (#2884) (Simon Ho) * Remove redundant items in PR template (#2877) (#2878) (Simon Ho) * Refactor PR template based on feedback (#2865) (#2874) (Simon Ho) * Add pull request template (#2843) (#2862) (Simon Ho) * Fix description of updateAll response (Miroslav Bajtoš)
* Fix use-strict issue with connectors after merge (Loay) * Fix connector naming in strict mode (ebarault) * Add "returnOnlyRoleNames" option to Role.getRoles (Eric) * Update translation files (Candy) * Fix broken document for `upsertWithWhere` (Amir Jafarian) * Fix js doc for deleteAll event (Candy) * add allowArray to relations' create remoteMethod (David Cheung) * Remove workaround for default value (Loay) * Fix remote method example (Amir Jafarian) * Remove `example/context` (Amir Jafarian) * Turn on "no-unused-expressions" rule for eslint (Miroslav Bajtoš) * Update eslint to loopback config v5 (Loay) * Fix total calculation in example (Candy) * make test individually runable (David Cheung) * Add options to bulkUpdate (Kogulan Baskaran) * Fix context within listByPrincipalType role method (codyolsen) * Add Node v7 to Travis CI platforms (Miroslav Bajtoš) * Drop support for Node v0.10 and v0.12 (Miroslav Bajtoš) * Add templateFn option to User#verify() (Adrien Kiren) * Require verification after email change (Loay) * Update doc links (Candy) * adding check of string for case insensitive emails (Dhaval Trivedi) * Update test confirmation text in PR template (#2897) (Simon Ho) * allow batch create for persisted models (David Cheung) * Fix PR template to not link all PRs to #49 (#2887) (Miroslav Bajtoš) * Need index on principalId for performance. (#2883) (Simon Ho) * Remove redundant items in PR template (#2877) (Simon Ho) * Refactor PR template based on feedback (#2865) (Simon Ho) * Add pull request template (#2843) (Simon Ho) * Update README.md (Rand McKinney) * Reword ticking checkbox note in issue template (#2854) (Simon Ho) * Add how to tick checkbox in issue template (#2851) (Simon Ho) * Fix description of updateAll response (Miroslav Bajtoš) * Allow tokens with eternal TTL (value -1) (Miroslav Bajtoš) * Use GitHub issue templates (#2810) (Simon Ho) * Update ja and nl translation files (Candy) * Remove 3.0 DEVELOPING & RELEASE-NOTES (Miroslav Bajtoš) * Fix support for remote hooks returning a Promise (Tim van der Staaij) * Validate non-email property partial update (Loay) * Update release notes (Amir Jafarian) * Update translation files - round#2 (Candy) * Add license text (Candy) * Temporarily disable Karma tests on Windows CI (Miroslav Bajtoš)
* Fix use-strict issue with connectors after merge (Loay) * Fix connector naming in strict mode (ebarault) * Add "returnOnlyRoleNames" option to Role.getRoles (Eric) * Update translation files (Candy) * Fix broken document for `upsertWithWhere` (Amir Jafarian) * Fix js doc for deleteAll event (Candy) * add allowArray to relations' create remoteMethod (David Cheung) * Remove workaround for default value (Loay) * Fix remote method example (Amir Jafarian) * Remove `example/context` (Amir Jafarian) * Turn on "no-unused-expressions" rule for eslint (Miroslav Bajtoš) * Update eslint to loopback config v5 (Loay) * Fix total calculation in example (Candy) * make test individually runable (David Cheung) * Add options to bulkUpdate (Kogulan Baskaran) * Fix context within listByPrincipalType role method (codyolsen) * Add Node v7 to Travis CI platforms (Miroslav Bajtoš) * Drop support for Node v0.10 and v0.12 (Miroslav Bajtoš) * Add templateFn option to User#verify() (Adrien Kiren) * Require verification after email change (Loay) * Update doc links (Candy) * adding check of string for case insensitive emails (Dhaval Trivedi) * Update test confirmation text in PR template (strongloop#2897) (Simon Ho) * allow batch create for persisted models (David Cheung) * Fix PR template to not link all PRs to strongloop#49 (strongloop#2887) (Miroslav Bajtoš) * Need index on principalId for performance. (strongloop#2883) (Simon Ho) * Remove redundant items in PR template (strongloop#2877) (Simon Ho) * Refactor PR template based on feedback (strongloop#2865) (Simon Ho) * Add pull request template (strongloop#2843) (Simon Ho) * Update README.md (Rand McKinney) * Reword ticking checkbox note in issue template (strongloop#2854) (Simon Ho) * Add how to tick checkbox in issue template (strongloop#2851) (Simon Ho) * Fix description of updateAll response (Miroslav Bajtoš) * Allow tokens with eternal TTL (value -1) (Miroslav Bajtoš) * Use GitHub issue templates (strongloop#2810) (Simon Ho) * Update ja and nl translation files (Candy) * Remove 3.0 DEVELOPING & RELEASE-NOTES (Miroslav Bajtoš) * Fix support for remote hooks returning a Promise (Tim van der Staaij) * Validate non-email property partial update (Loay) * Update release notes (Amir Jafarian) * Update translation files - round#2 (Candy) * Add license text (Candy) * Temporarily disable Karma tests on Windows CI (Miroslav Bajtoš)
case basis anyways
sign (ie. Fix missing assert module #49 in addition to org/repo#49)
cc @bajtos @eddiemonge @strongloop/loopback-dev