Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ body:
- 11.0.0-preview.3
- 11.0.0-preview.2
- 11.0.0-preview.1
- 10.0.70
- 10.0.60
- 10.0.50
- 10.0.40
Expand Down Expand Up @@ -169,6 +170,7 @@ body:
- 10.0.40
- 10.0.50
- 10.0.60
- 10.0.70
- 11.0.0-preview.1
- 11.0.0-preview.2
- 11.0.0-preview.3
Expand Down
1 change: 1 addition & 0 deletions .github/agents/maui-expert-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Every bug fix needs a regression test. Modified code must be checked against git
- CHECK: Test covers the specific scenario from the issue report, not a generic case
- CHECK: Shared code changes are tested on all affected platforms
- CHECK: Previously-fixed issue numbers are cross-referenced when modifying the same code area
- CHECK: If `regression-check/risks.json` exists and contains `REVERT` entries, list the affected fix PRs/issues and require author acknowledgment that the reverted fix is intentional. The regression cross-reference script (`Find-RegressionRisks.ps1`) detects when a PR deletes lines that were previously added by a labeled bug-fix PR.
- CHECK: UI tests run on all applicable platforms unless there is a specific technical limitation
- CHECK: Snapshot baselines updated across all platforms when changing background color, font, or layout
- CHECK: Screenshot size matches capture method — a size mismatch means the capture changed, not the rendering
Expand Down
14 changes: 7 additions & 7 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ configuration:
actions:
- addReply:
reply: >-
Hi @${issueAuthor}.
Hi ${issueAuthor}.

It seems you haven't touched this PR for the last two weeks. To avoid accumulating old PRs, we're marking it as `stale`. As a result, it will be closed if no further activity occurs **within 4 days of this comment**. You can learn more about our Issue Management Policies [here](https://github.com/dotnet/maui/blob/main/docs/IssueManagementPolicies.md).
- addLabel:
Expand Down Expand Up @@ -272,7 +272,7 @@ configuration:
label: s/needs-info
then:
- addReply:
reply: Hi @${issueAuthor}. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
reply: Hi ${issueAuthor}. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
description: Add comment when 's/needs-info' is applied to issue
- if:
- payloadType: Issues
Expand All @@ -281,7 +281,7 @@ configuration:
then:
- addReply:
reply: >-
Hi @${issueAuthor}. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md
Hi ${issueAuthor}. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md


This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
Expand Down Expand Up @@ -357,7 +357,7 @@ configuration:
then:
- addReply:
reply: >-
Thanks for the issue report @${issueAuthor}! This issue appears to be a problem with Visual Studio (Code), so we ask that you use the VS feedback tool to report the issue. That way it will get to the routed to the team that owns this experience in VS (Code).
Thanks for the issue report ${issueAuthor}! This issue appears to be a problem with Visual Studio (Code), so we ask that you use the VS feedback tool to report the issue. That way it will get routed to the team that owns this experience in VS (Code).


If you encounter a problem with Visual Studio or the .NET MAUI VS Code Extension, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks.
Expand Down Expand Up @@ -386,7 +386,7 @@ configuration:
then:
- addReply:
reply: >-
Hi @${issueAuthor}. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version.
Hi ${issueAuthor}. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version.


You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a [reproduction project](https://github.com/dotnet/maui/blob/main/.github/repro.md) provided through a GitHub repository.
Expand Down Expand Up @@ -520,7 +520,7 @@ configuration:
- addLabel:
label: community ✨
- addReply:
reply: Hey there @${issueAuthor}! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
reply: Hey there ${issueAuthor}! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
description: Add 'community ✨' label to community contributions
- if:
- payloadType: Pull_Request
Expand All @@ -546,7 +546,7 @@ configuration:
label: s/pr-needs-author-input
then:
- addReply:
reply: Hi @${issueAuthor}. We have added the "s/pr-needs-author-input" label to this issue, which indicates that we have an open question/action for you before we can take further action. This PRwill be closed automatically in 14 days if we do not hear back from you by then - please feel free to re-open it if you come back to this PR after that time.
reply: Hi ${issueAuthor}. We have added the "s/pr-needs-author-input" label to this PR, which indicates that we have an open question/action for you before we can take further action. This PR will be closed automatically in 14 days if we do not hear back from you by then - please feel free to re-open it if you come back to this PR after that time.
description: Add comment when 's/pr-needs-author-input' is applied to PR
- if:
- payloadType: Issues
Expand Down
Loading
Loading