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