Uh oh!
There was an error while loading. Please reload this page.
chore: copy Issue config from nodejs.org repo - #2580
Conversation
Codecov Report
@@ Coverage Diff @@## main #2580 +/- ##
=======================================
Coverage 90.38% 90.38% =======================================
Files 87 87 Lines 998 998 Branches 270 270 =======================================
Hits 902 902 Misses 96 96 Continue to review full report at Codecov.
|
rodion-arr
left a comment
There was a problem hiding this comment.
Probably docs template should be just renamed to something like "Learn section". I don't think it was meant to collect issues about real Node.js docs
ovflowd
commented
Aug 1, 2022
Agreed with @rodion-arr, I'm honestly not so keen on removing the Learn section Issue template. A lot of PRs and Issues open here are for the Learn section. So removing this template kinda sucks, tbh. |
nschonni
commented
Aug 1, 2022
None of the template talks about "Learn", but wouldn't any of the issues with "Learn" be opened as a bug? |
That's a valid point. The "bug" template is indeed enough. What about suggestions for the Learn tab? Would they fall back to "Suggestions"? |
nschonni
commented
Aug 1, 2022
https://github.com/nodejs/nodejs.dev/issues/new?assignees=&labels=enhancement&template=feature-request.yml seems to cover that case for suggesting new content |
Check List
npm run lint:js -- --fixand/ornpm run lint:md -- --fixfor my JavaScript and/or Markdown changes.npm run testto check if all tests are passing, and/ornpm run test -- -uto update snapshots if I created and/or updated React Components.npm run buildandnpm run build-storybookwork fine.Description
Things like doc issues shouldn't be opened on the website repo. Copying the link config from the nodejs.org repo for better instructions.
Related Issues
nodejs/nodejs.org#4752