Skip to content

Move contributing page to developers.esphome.io #4890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025

Conversation

kbx81
Copy link
Member

@kbx81 kbx81 commented May 6, 2025

Description:

esphome/developers.esphome.io#11 should be merged first as it contains the requisite blog entry about custom components being removed.

Related issue (if applicable): fixes

Pull request in esphome with YAML changes (if applicable):

  • esphome/esphome#

Checklist:

  • I am merging into next because this is new documentation that has a matching pull-request in esphome as linked above.
    or

  • I am merging into current because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.

  • Link added in /components/index.rst when creating new documents for new components or cookbook.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

As this is a feature matched with a PR in https://github.com/esphome/esphome, please target your PR to the next branch and rebase.

@esphome
Copy link

esphome bot commented May 6, 2025

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

@esphome esphome bot marked this pull request as draft May 6, 2025 06:37
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

As this is a feature matched with a PR in https://github.com/esphome/esphome, please target your PR to the next branch and rebase.

@kbx81 kbx81 marked this pull request as ready for review May 6, 2025 06:38
@esphome esphome bot dismissed stale reviews from github-actions[bot] and github-actions[bot] May 6, 2025 06:38

Stale

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

As this is a feature matched with a PR in https://github.com/esphome/esphome, please target your PR to the next branch and rebase.

@esphome esphome bot marked this pull request as draft May 6, 2025 06:38
Copy link
Contributor

coderabbitai bot commented May 6, 2025

Walkthrough

This change removes the internal contributing guide (guides/contributing.rst) and updates all documentation and redirect references from internal contributing and custom component guides to external URLs on the ESPHome developer site. Associated changelog entries and documentation notes are revised to point to these external resources.

Changes

Files/Paths Change Summary
guides/contributing.rst Deleted the entire contributing guide documentation file.
_redirects Updated redirects for custom component and contributing guide paths to external URLs with HTTP 301 status.
changelog/2025.2.0.rst
changelog/v1.13.0.rst
Updated/removes references to the contributing guide, replacing with external blog post or omitting explicit pointer.
components/external_components.rst
components/index.rst
Changed internal references to contributing/development guides to external developer site URLs.
components/sensor/ade7953.rst
components/sensor/bl0940.rst
components/sensor/pzem004t.rst
components/sensor/pzemac.rst
components/sensor/pzemdc.rst
Updated contribution notes to reference the external developer site instead of the internal contributing guide.
guides/faq.rst
guides/installing_esphome.rst
Replaced internal contributing documentation links with external developer site URLs.
index.rst Changed navigation link from "Contributing" (internal) to "Development" (external developer site URL).

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant DocsSite
    participant ExternalDevSite

    User->>DocsSite: Accesses contributing/custom component docs or related redirects
    DocsSite-->>User: Redirects to ExternalDevSite (developer blog or documentation)
    User->>ExternalDevSite: Views external developer resources
Loading

Possibly related PRs

Suggested reviewers

  • jesserockz
  • frenck

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@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: 0

🧹 Nitpick comments (7)
components/sensor/pzem004t.rst (1)

11-12: Externalize contributing guide reference to Developer site
Replaced the internal :doc: link with an external hyperlink to https://developers.esphome.io.

Consider capitalizing "Developer site" to match other references and maintain consistent link text across the docs:

-    `developer site <https://developers.esphome.io>`__
+    `Developer site <https://developers.esphome.io>`__
components/sensor/pzemdc.rst (1)

10-11: Externalize contributing guide reference to Developer site
Updated the note to point to the external ESPHome developer site instead of the removed internal guide.

For consistency, you may want to capitalize the link text:

-    `developer site <https://developers.esphome.io>`__
+    `Developer site <https://developers.esphome.io>`__
components/sensor/pzemac.rst (1)

11-12: Externalize contributing guide reference to Developer site
Replaced the internal documentation link with an external URL to the ESPHome developer site.

To maintain uniform casing in link texts, consider:

-    `developer site <https://developers.esphome.io>`__
+    `Developer site <https://developers.esphome.io>`__
components/sensor/bl0940.rst (1)

11-12: Externalize contributing guide reference to Developer site
Updated the note to reference the external ESPHome developer site instead of the removed internal guide.

Align this link text with others by capitalizing "Developer site":

-    `developer site <https://developers.esphome.io>`__
+    `Developer site <https://developers.esphome.io>`__
changelog/v1.13.0.rst (1)

99-99: Add external reference for updated contributing guidelines.

The changelog notes “contribution guidelines have been updated” but doesn’t point readers to the new external guide. Consider adding a direct link to https://developers.esphome.io/contributing/code/ so users can quickly find the updated instructions.

guides/installing_esphome.rst (2)

106-107: Consider linking to a more specific development‐environment guide.

The new copy points to the root of the developer site. For better UX, you might link directly to the page on setting up a development environment (if one exists) rather than the homepage.


166-166: Confirm the See Also link targets the intended resource.

The “Developer site” entry replaces the old internal reference—ensure it clearly directs users to the contributing/development guide. You may also consider renaming the link text (e.g., “Contributing Guide”) for clarity.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b41d54d and 1f5f7c8.

📒 Files selected for processing (14)
  • _redirects (1 hunks)
  • changelog/2025.2.0.rst (1 hunks)
  • changelog/v1.13.0.rst (1 hunks)
  • components/external_components.rst (1 hunks)
  • components/index.rst (1 hunks)
  • components/sensor/ade7953.rst (1 hunks)
  • components/sensor/bl0940.rst (1 hunks)
  • components/sensor/pzem004t.rst (1 hunks)
  • components/sensor/pzemac.rst (1 hunks)
  • components/sensor/pzemdc.rst (1 hunks)
  • guides/contributing.rst (0 hunks)
  • guides/faq.rst (1 hunks)
  • guides/installing_esphome.rst (2 hunks)
  • index.rst (1 hunks)
💤 Files with no reviewable changes (1)
  • guides/contributing.rst
🧰 Additional context used
📓 Path-based instructions (1)
`**`: - Do not generate or add any sequence diagrams

**: - Do not generate or add any sequence diagrams

  • components/sensor/pzemdc.rst
  • components/external_components.rst
  • changelog/v1.13.0.rst
  • components/sensor/bl0940.rst
  • _redirects
  • guides/faq.rst
  • components/sensor/pzemac.rst
  • components/sensor/pzem004t.rst
  • index.rst
  • components/sensor/ade7953.rst
  • changelog/2025.2.0.rst
  • guides/installing_esphome.rst
  • components/index.rst
🔇 Additional comments (7)
guides/faq.rst (1)

648-648: Update "See Also" to point to Developer site
Removed the internal contributing guide reference and added a direct external link to the ESPHome Developer site.

components/sensor/ade7953.rst (1)

10-11: Update contributing link to external developer site.
The internal link to the local contributing guide has been correctly replaced with a hyperlink to https://developers.esphome.io, aligning with the new documentation strategy.

index.rst (1)

54-54: Rename and redirect the "Contributing" nav link.
The link label has been updated to “Development” and now points to https://developers.esphome.io, matching other external resource links.

components/index.rst (1)

1092-1093: Replace internal contributing section with external link.
The “Contributing” section now directs users to https://developers.esphome.io, consistent with the removal of the internal guide.

components/external_components.rst (1)

11-12: Direct custom component instructions to external developer site.
Internal reference to the contributing guide has been accurately replaced with a link to https://developers.esphome.io, ensuring consistency across docs.

changelog/2025.2.0.rst (1)

58-59: Update changelog to link to external blog post.
The reference-style link has been converted into an explicit external hyperlink to the developer blog, making the entry more self-contained and clear.

_redirects (1)

17-31: Redirects updated to external developer site and blog post.

The /guides/contributing* redirect now points to the official contributing page, and all custom component paths correctly redirect to the blog post about removal of support for custom components. This aligns with the deletion of the internal guide and ensures users land on the up-to-date external resources.

Copy link

netlify bot commented May 6, 2025

Deploy Preview for esphome ready!

Name Link
🔨 Latest commit 1f5f7c8
🔍 Latest deploy log https://app.netlify.com/sites/esphome/deploys/6819ae1b9f367c0008f76a57
😎 Deploy Preview https://deploy-preview-4890--esphome.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

As this is a feature matched with a PR in https://github.com/esphome/esphome, please target your PR to the next branch and rebase.

@esphome esphome bot marked this pull request as draft May 6, 2025 06:44
@kbx81 kbx81 marked this pull request as ready for review May 6, 2025 06:45
@jesserockz jesserockz merged commit ce7ac73 into esphome:current May 7, 2025
8 of 12 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants