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): ---