Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 8, 2025

Closes #<ISSUE_NUMBER>

Updates the documentation contribution workflow to direct all documentation-related activities to the aspire.dev repository, removing references to the deprecated docs-aspire repository.

Changes Made

  • Updated "Add or Improve Documentation" section in CONTRIBUTING.md
  • All documentation activities (creating new docs, improving existing docs, and reporting issues) now point to microsoft/aspire.dev
  • Removed reference to the deprecated dotnet/docs-aspire repository
  • Consolidated instructions into a single clear statement for better readability

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • New integration
    • Docs are written
    • Added description of major feature to project description for NuGet package (4000 total character limit, so don't push entire description over that)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

Other information

Documentation-only change. No functional code changes. The deprecated docs-aspire repository reference has been removed per maintainer feedback to ensure contributors are directed to the correct location for all documentation work.

Original prompt

Can you update the contributing guide so that it says that when creating docs you need to raise an issue on https://github.com/microsoft/aspire.dev


✨ 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 and others added 3 commits December 8, 2025 05:34
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Copilot AI changed the title [WIP] Update contributing guide for documentation issues Update contributing guide to reference aspire.dev for documentation issues Dec 8, 2025
Copilot AI requested a review from aaronpowell December 8, 2025 05:40
CONTRIBUTING.md Outdated
The documentation for the Aspire Community Toolkit is available on the [Microsoft Docs](https://learn.microsoft.com/dotnet/aspire/community-toolkit/).

- If you want to create new documentation or improve existing documentation, please raise an issue on the [aspire.dev repository](https://github.com/microsoft/aspire.dev).
- If you find any issues with the documentation, you can contribute by submitting a PR to [the documentation repository](https://github.com/dotnet/docs-aspire).
Copy link
Member

Choose a reason for hiding this comment

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

@copilot this repo is deprecated, so we can remove references to it. All doc updates and changes need to be raised on https://github.com/microsoft/aspire.dev

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed the deprecated docs-aspire reference. All documentation updates, improvements, and issue reports now point to aspire.dev. (f5f2148)

…to aspire.dev

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Copilot AI changed the title Update contributing guide to reference aspire.dev for documentation issues Update contributing guide to reference aspire.dev for all documentation Dec 8, 2025
Copilot AI requested a review from aaronpowell December 8, 2025 05:47
@aaronpowell aaronpowell marked this pull request as ready for review December 9, 2025 05:33
Copilot AI review requested due to automatic review settings December 9, 2025 05:33
@aaronpowell aaronpowell added the skip-nuget-publish Skips publishing to NuGet when merging to the `main` branch. label Dec 9, 2025
@aaronpowell aaronpowell merged commit 7112ad0 into main Dec 9, 2025
5 checks passed
@aaronpowell aaronpowell deleted the copilot/update-contributing-guide branch December 9, 2025 05:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the CONTRIBUTING.md file to redirect all documentation contributions to the aspire.dev repository, replacing the previously referenced docs-aspire repository which is now deprecated.

Key Changes

  • Updated the documentation URL from Microsoft Docs to aspire.dev
  • Consolidated instructions for documentation contributions (creating, improving, or reporting issues) to point to the aspire.dev repository
  • Removed reference to the deprecated dotnet/docs-aspire repository

## 📝 Add or Improve Documentation <a name="docs"></a>

The documentation for the Aspire Community Toolkit is available on the [Microsoft Docs](https://learn.microsoft.com/dotnet/aspire/community-toolkit/). If you find any issues with the documentation or want to add more information, you can contribute by submitting a PR to [the documentation repository](https://github.com/dotnet/docs-aspire).
The documentation for the Aspire Community Toolkit is available on [aspire.dev](https://aspire.dev).
Copy link

Copilot AI Dec 9, 2025

Choose a reason for hiding this comment

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

Remove the trailing space at the end of this line. This line ends with an unnecessary space after the period.

Suggested change
The documentation for the Aspire Community Toolkit is available on [aspire.dev](https://aspire.dev).
The documentation for the Aspire Community Toolkit is available on [aspire.dev](https://aspire.dev).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-nuget-publish Skips publishing to NuGet when merging to the `main` branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants