-
Notifications
You must be signed in to change notification settings - Fork 154
Update contributing guide to reference aspire.dev for all documentation #1049
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
Conversation
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>
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). |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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>
There was a problem hiding this 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). |
Copilot
AI
Dec 9, 2025
There was a problem hiding this comment.
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.
| 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). |
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
PR Checklist
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
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.