-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Simplify issue template #3083
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
Simplify issue template #3083
Conversation
cbff5c0 to
e7cc6a9
Compare
|
|
||
| <!-- Include actual results if bug --> | ||
|
|
||
| ### Additional information |
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.
It would be nice to get the output of node -e 'console.log(process.platform, process.arch,process.versions.node)'. For example: darwin x64 6.9.2.
6add0dc to
d71a69c
Compare
|
@raymondfeng Applied review comments, PTAL again. |
.github/ISSUE_TEMPLATE.md
Outdated
| ### Additional information (Node.js version, LoopBack version, etc) | ||
|
|
||
| ```shell | ||
| node -e 'console.log(process.platform, process.arch, process.versions.node) |
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.
Missing the trailing '
bf5fd07 to
12403e0
Compare
|
@raymondfeng Fixed the missing trailing single quote, PTAL again. |
|
@slnode test please |
|
@slnode test please |
.github/ISSUE_TEMPLATE.md
Outdated
|
|
||
| ### Expected result | ||
|
|
||
| <!-- Include actual results 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.
include both expected and actual results if bug
.github/ISSUE_TEMPLATE.md
Outdated
| ``` | ||
|
|
||
| - Above command output: <!-- Paste output of command shown above here --> | ||
| - LoopBack version: <!-- 2.x/3.x --> |
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.
Should we ask users to run npm ls --prod --depth 0 | grep loopback to show us exact versions of all loopback-related modules they are using?
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.
I can't see the harm (except windows not being able to | grep loopback). Let's give it a shot.
|
I don't have a strong opinion on these templates. FWIW, the change LGTM. |
12403e0 to
1696e52
Compare
Favour form editing over going down a checklist. Also fix automatic 2 subtasks creation side effect from old issue template.
1696e52 to
31a2e99
Compare
Favour form editing over going down a checklist. Also fix
automatic 2 subtasks creation side effect from old issue template.
@bajtos @raymondfeng @ritch PTAL