---
title: "Using an Azure DevOps Pull Request Template to remind your team about the Definition of Done"
url: https://daily.dev/posts/using-an-azure-devops-pull-request-template-to-remind-your-team-about-the-definition-of-done-o7wybbny5
source_url: https://timdeschryver.dev/blog/using-an-azure-devops-pull-request-template-to-remind-your-team-about-the-definition-of-done
type: article
source: "Tim Deschryver"
author: "Tim Deschryver"
published: 2026-05-31T07:47:21.188Z
updated: 2026-06-01T04:00:49.192Z
tags: ["code-review", "azure-devops"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Using an Azure DevOps Pull Request Template to remind your team about the Definition of Done

**[Tim Deschryver](https://daily.dev/sources/timdeschryver)** · [@timdeschryver](https://daily.dev/timdeschryver) · 3 min read · 0 upvotes · 0 comments

## Summary

A practical guide to using Azure DevOps Pull Request templates to enforce a team's Definition of Done. By creating a `.azuredevops/pull_request_template.md` file in the project root, teams can embed a checklist directly into every PR description, ensuring all members are reminded of agreed-upon completion criteria such as passing tests, documentation updates, and code review sign-off.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://timdeschryver.dev/blog/using-an-azure-devops-pull-request-template-to-remind-your-team-about-the-definition-of-done>

---

Tags: [#code-review](https://daily.dev/tags/code-review), [#azure-devops](https://daily.dev/tags/azure-devops)

[View this post on daily.dev](https://daily.dev/posts/using-an-azure-devops-pull-request-template-to-remind-your-team-about-the-definition-of-done-o7wybbny5)
