From e470afe0cb9c2843e0f2ae3a46039ec524f43ecd Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Fri, 20 Feb 2026 15:59:44 -0800 Subject: [PATCH] Add Agentic Workflow option to PR template Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/pull_request_template.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5f99cf4c..603c306b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,10 @@ ## Pull Request Checklist - [ ] I have read and followed the [CONTRIBUTING.md](https://github.com/github/awesome-copilot/blob/main/CONTRIBUTING.md) guidelines. -- [ ] My contribution adds a new instruction, prompt, agent, or skill file in the correct directory. +- [ ] My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory. - [ ] The file follows the required naming convention. - [ ] The content is clearly structured and follows the example format. -- [ ] I have tested my instructions, prompt, agent, or skill with GitHub Copilot. +- [ ] I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot. - [ ] I have run `npm start` and verified that `README.md` is up to date. --- @@ -22,7 +22,8 @@ - [ ] New agent file. - [ ] New plugin. - [ ] New skill file. -- [ ] Update to existing instruction, prompt, agent, plugin, or skill. +- [ ] New agentic workflow. +- [ ] Update to existing instruction, prompt, agent, plugin, skill, or workflow. - [ ] Other (please specify): ---