Skip to content

Update version to 1.5.1 and add 'Report a bug' button in header#134

Merged
husamql3 merged 2 commits intomainfrom
stage
Apr 9, 2026
Merged

Update version to 1.5.1 and add 'Report a bug' button in header#134
husamql3 merged 2 commits intomainfrom
stage

Conversation

@husamql3
Copy link
Copy Markdown
Owner

@husamql3 husamql3 commented Apr 9, 2026

This PR was automatically updated from the stage branch.

Triggered by push to stage: Enhance package metadata and documentation

  • Added a comprehensive 'Getting Started' section in README.md, including usage instructions and examples for running DB Studio.
  • Improved site keywords in meta.ts for better SEO and clarity on the application's purpose.

Commit: 86c52cf

Summary by CodeRabbit

  • New Features

    • Added a "Report a bug" button in the header for quick GitHub issue creation.
    • Introduced structured GitHub issue templates for bug reports and feature requests with guided fields and validations.
  • Documentation

    • Added server "Getting Started" and usage instructions for running the app and CLI options.
    • Updated changelog entry for the new patch version.
  • Chores

    • Bumped server package version.

- Bumped the server version from 1.5.0 to 1.5.1.
- Added a new button in the header for reporting bugs, linking to the GitHub issues page.
- Updated the changelog to reflect the new version and the addition of the bug report feature.
- Added a new constant for the GitHub issue link in the meta constants.
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 9, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6c85b59e-9de0-4544-9df5-876f9f845932

📥 Commits

Reviewing files that changed from the base of the PR and between 675b83c and 86c52cf.

📒 Files selected for processing (3)
  • packages/server/README.md
  • packages/server/package.json
  • packages/shared/src/constants/meta.ts
✅ Files skipped from review due to trivial changes (2)
  • packages/server/README.md
  • packages/server/package.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/shared/src/constants/meta.ts

📝 Walkthrough

Walkthrough

This change adds GitHub issue templates (bug report, feature request, config), a "Report a bug" button in the app header linking to the GitHub new-issue chooser via a new META constant, updates package version and changelog to 1.5.1, and adds server README usage instructions.

Changes

Cohort / File(s) Summary
GitHub Issue Templates
​.github/ISSUE_TEMPLATE/bug_report.yml, ​.github/ISSUE_TEMPLATE/feature_request.yml, ​.github/ISSUE_TEMPLATE/config.yml
Add structured issue forms for bug reports and feature requests, plus config to disable blank issues and direct questions to Discussions.
Header & Metadata
packages/core/src/components/components/header.tsx, packages/shared/src/constants/meta.ts
Add a header "Report a bug" button (Bug icon) linking to the GitHub new-issue chooser; add exported META.SITE_GITHUB_NEW_ISSUE_LINK; update lucide-react imports and accessibility labels.
Version, Changelog & Docs
packages/server/package.json, www/src/lib/content/changelog.ts, packages/server/README.md
Bump server package version 1.5.0 → 1.5.1, update changelog entry to 1.5.1 noting the bug-report button, and add server README usage/getting-started instructions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the two main changes: version bump to 1.5.1 and addition of a 'Report a bug' button in the header. It is concise, clear, and directly reflects the primary changes in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch stage

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@www/src/lib/content/changelog.ts`:
- Around line 33-35: Update the changelog entry string to fix the wording typo:
replace the text field value in the changelog entry object (the object
containing text and username in changelog.ts) from "Added a report a bug button
to the header to create a new GitHub issue" to clearer user-facing copy such as
"Added a 'Report a bug' button in the header to create a new GitHub issue" (or
"to open a new GitHub issue") so the phrasing reads naturally.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 03208a3a-dc35-49f0-a029-baa8f11fb9f7

📥 Commits

Reviewing files that changed from the base of the PR and between e9ed79d and 675b83c.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (7)
  • .github/ISSUE_TEMPLATE/bug_report.yml
  • .github/ISSUE_TEMPLATE/config.yml
  • .github/ISSUE_TEMPLATE/feature_request.yml
  • packages/core/src/components/components/header.tsx
  • packages/server/package.json
  • packages/shared/src/constants/meta.ts
  • www/src/lib/content/changelog.ts

Comment on lines +33 to +35
{
text: "Added a report a bug button to the header to create a new GitHub issue",
username: "husamql3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Fix wording typo in changelog improvement text.

Line 34 currently reads “Added a report a bug button...”; please adjust the phrasing for user-facing copy quality.

✏️ Proposed copy fix
 			{
-				text: "Added a report a bug button to the header to create a new GitHub issue",
+				text: "Added a 'Report a bug' button to the header to create a new GitHub issue",
 				username: "husamql3",
 			},
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
{
text: "Added a report a bug button to the header to create a new GitHub issue",
username: "husamql3",
{
text: "Added a 'Report a bug' button to the header to create a new GitHub issue",
username: "husamql3",
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@www/src/lib/content/changelog.ts` around lines 33 - 35, Update the changelog
entry string to fix the wording typo: replace the text field value in the
changelog entry object (the object containing text and username in changelog.ts)
from "Added a report a bug button to the header to create a new GitHub issue" to
clearer user-facing copy such as "Added a 'Report a bug' button in the header to
create a new GitHub issue" (or "to open a new GitHub issue") so the phrasing
reads naturally.

- Added a comprehensive 'Getting Started' section in README.md, including usage instructions and examples for running DB Studio.
- Improved site keywords in meta.ts for better SEO and clarity on the application's purpose.
@husamql3 husamql3 merged commit 35ff0ef into main Apr 9, 2026
5 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.

1 participant