Skip to content

chore: github stuff#209

Open
avivkeller wants to merge 2 commits into
mainfrom
github
Open

chore: github stuff#209
avivkeller wants to merge 2 commits into
mainfrom
github

Conversation

@avivkeller

Copy link
Copy Markdown
Member

Adds stuff to improve the GitHub UI including:

  • Issue templates
  • Contributing
  • Dependabot Setup
  • License

Copilot AI review requested due to automatic review settings July 22, 2026 05:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-doc-kit Ready Ready Preview, Comment Jul 22, 2026 6:31pm

Request Review

Comment thread .github/dependabot.yml
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: npm
Comment thread .github/dependabot.yml
- minor
- patch

- package-ecosystem: github-actions
Comment thread LICENSE Outdated
@github-actions

Copy link
Copy Markdown
Contributor

⚡ Lighthouse report

Audited the Vercel preview deployment: https://webpack-doc-ebwb68a7i-openjs.vercel.app

URL Performance Accessibility Best Practices SEO Report
/ 🟢 98 🟢 96 🟢 96 🟢 100 🔗
/about 🟢 99 🟢 97 🟢 100 🟢 100 🔗
/about/sponsors 🟢 99 🟢 95 🟢 96 🟢 100 🔗
/blog 🟢 99 🟢 96 🟢 100 🟢 100 🔗
/blog/posts/2026-02-04-roadmap-2026 🟢 98 🟢 93 🟢 100 🟢 100 🔗
/guides/getting-started 🟢 94 🟢 97 🟢 100 🟢 100 🔗
/docs/api/v5.x/options 🔴 68 🟢 96 🟢 100 🟢 100 🔗
/docs/loaders/css-loader 🟢 98 🟢 97 🟢 100 🟠 83 🔗

Scores are advisory (warn at 90); they do not fail the build. See .lighthouserc.json.

@avivkeller
avivkeller requested a review from bjohansebas July 22, 2026 17:50
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
Copilot AI review requested due to automatic review settings July 22, 2026 18:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Comment thread README.md
## License

See the [webpack project](https://github.com/webpack/webpack) for license details.
Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), consistent with webpack.js.org.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), consistent with webpack.js.org.
Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).

Comment thread CONTRIBUTING.md

## Licensing

Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), consistent with webpack.js.org. By contributing, you agree that your contributions are licensed under these terms.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), consistent with webpack.js.org. By contributing, you agree that your contributions are licensed under these terms.
Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). By contributing, you agree that your contributions are licensed under these terms.

Comment thread CONTRIBUTING.md
Comment on lines +49 to +53
In the above example, `npm run build` runs the whole pipeline (it downloads the webpack releases in `versions.json` and generates their API docs), so it takes a few minutes. After that, if you are only editing hand-written pages, regenerate just the HTML:

```sh
npm run build:html
```

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any way to preview changes live when I'm only editing a single page, without having to rebuild the entire site?

@avivkeller avivkeller linked an issue Jul 23, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

improve contributing docs

4 participants