Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 14, 2025

Description

Fixes the issue where the documentation used a warning-style "Work In Progress" callout that felt negative. Changed to an informational note with welcoming language about contributions.

Changes:

  • Changed :::caution["Work In Progress"] to :::note in /opensaas-sh/blog/src/content/docs/index.mdx
  • Rewrote message to acknowledge evolving features while encouraging community contributions
  • Prettier cleaned trailing whitespace in template/app/src/payment/stripe/webhook.ts

Before:

:::caution["Work In Progress"]
We've tried to get as many of the core features of a SaaS app into this template as possible, but there still might be some missing features or functionality.

We could always use some help tying up loose ends, so consider contributing!
:::

After:

:::note
We've included many core SaaS features in this template, but not all features may be fully implemented or complete. This is an evolving project, and we welcome your contributions to help improve it!

Consider contributing to help us add new features and polish existing ones.
:::

Screenshot:

Informational Note Callout

Contributor Checklist

  • Update e2e tests: Not applicable - documentation-only change
  • Update demo app: Not applicable - documentation-only change
  • Update docs: Changed callout style in introduction page

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: node /home/REDACTED/work/open-saas/open-saas/opensaas-sh/blog/node_modules/.bin/astro build (dns block)
    • Triggering command: node /home/REDACTED/work/open-saas/open-saas/opensaas-sh/blog/node_modules/.bin/astro dev (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>change docs "Work In Progress" callouts to instead be informational</issue_title>
<issue_description>In opensaas-sh/blog/src/content/docs, the "Work In Progress" callouts should be changed. Make them informational callouts that mention how not all features may be there/finished and that we love contributions.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update WIP callouts to be informational Change "Work In Progress" callout to informational note Nov 14, 2025
Copilot AI requested a review from vincanger November 14, 2025 13:41
Copilot finished work on behalf of vincanger November 14, 2025 13:41
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.

change docs "Work In Progress" callouts to instead be informational

2 participants