| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
lgtm on this individual change. We also have these in the top level: .editorconfig I wouldn't mind getting rid of .editorconfig, .gitattributes, .gitignore, .mailmap, CODE_OF_CONDUCT.md, COLLABORATOR_GUIDE.md, CONTRIBUTING.md, GOVERNANCE.md, ROADMAP.md, WORKING_GROUPS.md. I don't think they add anything valuable to a user downloading a source tarball. @nodejs/build @nodejs/ctc thoughts on why any of these should be kept in the source tarball? |
Sorry, something went wrong.
|
CODE_OF_CONDUCT.md, COLLABORATOR_GUIDE.md, CONTRIBUTING.md, and GOVERNANCE.md are linked (with relative paths) in the README.md. I'd be inclined to keep them. Removing GitHub templates from the tarball change: LGTM |
Sorry, something went wrong.
|
+1 to keeping CODE_OF_CONDUCT.md, COLLABORATOR_GUIDE.md, CONTRIBUTING.md and GOVERNANCE.md. The others I'm good with excluding. |
Sorry, something went wrong.
|
@rvagg will open open a discussion that aims to target what a tarball (vs git clone) should contain. |
Sorry, something went wrong.
|
Apropos the README, people that download the binaries frequently get confused about the build instructions in it. Perhaps it's better to distribute an abridged version in release tarballs, then we can drop the other *.md files too. |
Sorry, something went wrong.
I've certainly thought before that it might be good to either move all build instructions to a separate file or else minimize the instructions in the README and having detailed instructions in a separate file. I'm talking about in the repo, not just tarballs. |
Sorry, something went wrong.
Avoid putting github templates in the source tarballs. PR-URL: nodejs#5612 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Rich Trott <rtrott@gmail.com>
Avoid putting github templates in the source tarballs. PR-URL: #5612 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Rich Trott <rtrott@gmail.com>
Avoid putting github templates in the source tarballs. PR-URL: #5612 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Rich Trott <rtrott@gmail.com>
Avoid putting github templates in the source tarballs. PR-URL: #5612 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Rich Trott <rtrott@gmail.com>
Avoid putting github templates in the source tarballs. PR-URL: #5612 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
this change (including linting)?
test (or a benchmark) included?
existing APIs, or introduces new ones)?
Affected core subsystem(s)
build
Description of change
Avoid putting github templates in the source tarballs.
/cc @nodejs/build