-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use GitHub issue templates #2810
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
ISSUE_TEMPLATE.md
Outdated
| @@ -0,0 +1,31 @@ | |||
| **DO NOT ask questions using GitHub issues (we reserve GitHub issues for bug or feature requests only)** | |||
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.
for bugs or feature requests only
cd56da7 to
a80fd17
Compare
ISSUE_TEMPLATE.md
Outdated
| @@ -0,0 +1,31 @@ | |||
| **DO NOT ask questions using GitHub issues (only bug or feature requests please see http://loopback.io/doc/en/contrib/Reporting-issues.html#asking-questions)** | |||
| **Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or https://gitter.im/strongloop/loopback** | |||
| **Immediate support is available through our subscription plans, see https://strongloop.com/node-js/subscription-plans** | |||
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.
@bajtos I'm thinking we should move this into CONTRIBUTOR.md so we don't clutter up the template (that and it shows up as a yellow bar in in the GH UI. I'm thinking of the user flow so they don't to delete this warning every time an issue is created (and we don't have to see it with every new issue submitted).
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.
Let's use markdown comments for this. That way users filling a new issue will see the message, but the rendered issue won't show it.
<!--
DO NOT ask questions using GitHub issues (only bug or feature requests please see http://loopback.io/doc/en/contrib/Reporting-issues.html#asking-questions)**
Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or https://gitter.im/strongloop/loopback**
Immediate support is available through our subscription plans, see https://strongloop.com/node-js/subscription-plans
-->a80fd17 to
06ae283
Compare
ISSUE_TEMPLATE.md
Outdated
| @@ -0,0 +1,31 @@ | |||
| **DO NOT ask questions using GitHub issues (only bug or feature requests please see http://loopback.io/doc/en/contrib/Reporting-issues.html#asking-questions)** | |||
| **Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or https://gitter.im/strongloop/loopback** | |||
| **Immediate support is available through our subscription plans, see https://strongloop.com/node-js/subscription-plans** | |||
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.
Let's use markdown comments for this. That way users filling a new issue will see the message, but the rendered issue won't show it.
<!--
DO NOT ask questions using GitHub issues (only bug or feature requests please see http://loopback.io/doc/en/contrib/Reporting-issues.html#asking-questions)**
Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or https://gitter.im/strongloop/loopback**
Immediate support is available through our subscription plans, see https://strongloop.com/node-js/subscription-plans
-->
ISSUE_TEMPLATE.md
Outdated
|
|
||
|
|
||
|
|
||
| ### Link to sample repo to reproduce issue (if bug) |
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.
Let's move this more to the top, before "expected" result.
In my experience, a good bug report has the following form:
- steps to reproduce
- actual result
- expected result
- additional information like Node/LoopBack versions, etc.
bajtos
left a comment
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.
Please move the file to .github directory, so that we don't clutter project root too much.
8e3ebed to
535e71a
Compare
535e71a to
a02dd25
Compare
| - [ ] Bug | ||
| - [ ] Feature request | ||
|
|
||
| ### Description of feature (or steps to reproduce if bug) |
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.
@bajtos Added steps to reproduce in this step and left description to cover the case where it is a feature (and therefore has no STR).
|
|
||
|
|
||
|
|
||
| ### Link to sample repo to reproduce issue (if bug) |
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.
@bajtos Also moved this up above expected results as requested.
|
|
||
|
|
||
|
|
||
| ### Additional information (Node.js version, LoopBack version, etc) |
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.
@bajtos Grouped addition information together as requested.
|
@bajtos PTAL again |
|
@rashmihunt soap connector is failing |
FWIW, we have a story (loopbackio/loopback-connector-soap#36) planned for this sprint to make the tests port-independent, although I don't know if that will fix the CI failure observed here. |
bajtos
left a comment
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. Are we going to add pull request template too?
Yes, in another PR. ;) |
|
PR for PR template integration at #2843 |
* Reword ticking checkbox note in issue template (#2855) (Simon Ho) * Add how to tick checkbox in issue template (#2851) (#2853) (Simon Ho) * Use GitHub issue templates (#2810) (#2852) (Simon Ho) * Allow tokens with eternal TTL (value -1) (Miroslav Bajtoš) * Update ja and nl translation files (Candy) * Fix support for remote hooks returning a Promise (Tim van der Staaij) * Validate non-email property partial update (Loay) * Update translation files - round#2 (Candy) * Update tests to use registry for model creation (gunjpan) * Call new disable remote method from model class. (Richard Pringle) * Temporarily disable Karma tests on Windows CI (Miroslav Bajtoš) * Add translation files for 2.x (Candy) * Allow resetPassword if email is verified (Loay) * Add docs for KeyValue model (Simon Ho) * Invalidate sessions after email change (Loay) * Upgrade loopback-testing to the latest ^1.4 (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š)
First run of using issue templates, please note we will should update this over time with the feedback we receive from community.
Connect to #2442
@bajtos PTAL