From 8e51cc609e990a65ec86d74bc2ed697cd5451cd8 Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:56:27 +0300 Subject: [PATCH] chore: implement PR requested changes --- .github/PULL_REQUEST_TEMPLATE/integration.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/integration.md b/.github/PULL_REQUEST_TEMPLATE/integration.md index de686e15..cc44396b 100644 --- a/.github/PULL_REQUEST_TEMPLATE/integration.md +++ b/.github/PULL_REQUEST_TEMPLATE/integration.md @@ -1,32 +1,39 @@ -## 🔌 New Integration +# 🔌 New Integration + +## What tool/IDE is being integrated? -### What tool/IDE is being integrated? -### What can users do with it? +## What can users do with it? + ## How to Enable ### Setup + ```bash task-master rules add [name] # Any other setup steps ``` ### Example Usage + + ```bash # Real example ``` ### Natural Language Hooks (if applicable) + ``` "When tests pass, mark task as done" # Other examples ``` ## Contributor Checklist + - [ ] Created changeset: `npm run changeset` - [ ] Tests pass: `npm test` - [ ] Format check passes: `npm run format-check` @@ -39,8 +46,8 @@ task-master rules add [name] --- -### For Maintainers +## For Maintainers - [ ] Integration stability verified - [ ] Documentation comprehensive -- [ ] Examples working \ No newline at end of file +- [ ] Examples working