Merged
Conversation
Copilot
AI
changed the title
[WIP] Add pull request template for durabletask-dotnet
Add GitHub Pull Request template
Dec 15, 2025
torosent
approved these changes
Dec 15, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a comprehensive pull request template for the durabletask-dotnet repository to standardize PR submissions. The template enforces consistent structure and ensures contributors address critical aspects like testing, AI code disclosure, breaking changes, and manual validation before submission.
Key Changes
- Added
.github/PULL_REQUEST_TEMPLATE.mdwith structured sections covering summary, change type, AI disclosure requirements, testing expectations (both automated and manual), compatibility considerations, and author review checklist - Included DurableTask-specific validation scenarios for manual testing (orchestration behavior, activity execution, failure handling, cancellation flows, timers, concurrency, and backward compatibility)
- Required AI verification checklist ensures contributors using AI tools verify correctness, edge cases, concurrency behavior, and unintended changes
halspang
approved these changes
Dec 15, 2025
halspang
approved these changes
Dec 15, 2025
Co-authored-by: torosent <17064840+torosent@users.noreply.github.com>
Updated the pull request template to streamline sections and improve clarity.
Removed unnecessary checklist items from PR template.
8300c3c to
8f3e1da
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What changed?
Why is this change needed?
Issues / work items
Project checklist
release_notes.mdAI-assisted code disclosure (required)
Was an AI tool used? (select one)
If AI was used:
AI verification (required if AI was used):
Testing
Automated tests
Manual validation (only if runtime/behavior changed)
Notes for reviewers