Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@superkhau
Copy link
Contributor

@superkhau superkhau commented Oct 1, 2016

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

@@ -0,0 +1,31 @@
**DO NOT ask questions using GitHub issues (we reserve GitHub issues for bug or feature requests only)**
Copy link
Member

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

@@ -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**
Copy link
Contributor Author

@superkhau superkhau Oct 3, 2016

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).

Copy link
Member

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
-->

@@ -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**
Copy link
Member

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
-->




### Link to sample repo to reproduce issue (if bug)
Copy link
Member

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.

Copy link
Member

@bajtos bajtos left a 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.

See e.g. https://github.com/nodejs/node/tree/master/.github

@superkhau superkhau force-pushed the add-issue-template branch 2 times, most recently from 8e3ebed to 535e71a Compare October 6, 2016 04:45
- [ ] Bug
- [ ] Feature request

### Description of feature (or steps to reproduce if bug)
Copy link
Contributor Author

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)
Copy link
Contributor Author

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)
Copy link
Contributor Author

@superkhau superkhau Oct 6, 2016

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.

@superkhau
Copy link
Contributor Author

@bajtos PTAL again

@superkhau
Copy link
Contributor Author

@rashmihunt soap connector is failing

@bajtos
Copy link
Member

bajtos commented Oct 6, 2016

@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.

Copy link
Member

@bajtos bajtos left a 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?

@bajtos bajtos assigned superkhau and unassigned bajtos Oct 6, 2016
@superkhau
Copy link
Contributor Author

Are we going to add pull request template too?

Yes, in another PR. ;)

@superkhau superkhau merged commit ee4d79f into master Oct 6, 2016
@superkhau superkhau deleted the add-issue-template branch October 6, 2016 16:35
@superkhau superkhau removed the #review label Oct 6, 2016
@superkhau superkhau restored the add-issue-template branch October 7, 2016 05:34
@superkhau superkhau deleted the add-issue-template branch October 7, 2016 05:34
@superkhau
Copy link
Contributor Author

superkhau commented Oct 12, 2016

PR for PR template integration at #2843

superkhau added a commit that referenced this pull request Oct 12, 2016
superkhau added a commit that referenced this pull request Oct 13, 2016
bajtos added a commit that referenced this pull request Oct 13, 2016
 * 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š)
bajtos added a commit that referenced this pull request Dec 5, 2016
 * 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š)
ebarault pushed a commit to ebarault/loopback that referenced this pull request Dec 6, 2016
 * 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š)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants