Skip to content

chore: add package support metadata#81

Merged
chenjiahan merged 1 commit into
rstackjs:mainfrom
Shreshth3:add-package-support-metadata
Jun 12, 2026
Merged

chore: add package support metadata#81
chenjiahan merged 1 commit into
rstackjs:mainfrom
Shreshth3:add-package-support-metadata

Conversation

@Shreshth3

Copy link
Copy Markdown
Contributor

Summary

  • add npm homepage metadata pointing to the README
  • add npm bugs.url metadata pointing to the GitHub issue tracker

Verification

  • node -e "JSON.parse(require('fs').readFileSync('package.json','utf8')); console.log('package.json OK')"
  • git diff --check

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: fe8c7320-c724-43d0-bcf9-48864a031d3e

📥 Commits

Reviewing files that changed from the base of the PR and between eebe3d8 and 15bb179.

📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

This PR updates package.json to include two new metadata fields: a homepage field and a bugs.url section within a bugs object. Both reference the repository's issues URL, providing standard metadata for package registries and tools to direct users toward the project home and issue reporting.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: add package support metadata' accurately describes the main change of adding homepage and bugs metadata to package.json.
Description check ✅ Passed The description clearly explains the changes made (adding homepage and bugs.url metadata) and includes verification steps, directly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@chenjiahan chenjiahan merged commit 8d43c40 into rstackjs:main Jun 12, 2026
3 checks passed
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.

2 participants