chore: implement PR requested changes
This commit is contained in:
17
.github/PULL_REQUEST_TEMPLATE/integration.md
vendored
17
.github/PULL_REQUEST_TEMPLATE/integration.md
vendored
@@ -1,32 +1,39 @@
|
|||||||
## 🔌 New Integration
|
# 🔌 New Integration
|
||||||
|
|
||||||
|
## What tool/IDE is being integrated?
|
||||||
|
|
||||||
### What tool/IDE is being integrated?
|
|
||||||
<!-- Name and brief description -->
|
<!-- Name and brief description -->
|
||||||
|
|
||||||
### What can users do with it?
|
## What can users do with it?
|
||||||
|
|
||||||
<!-- Key benefits -->
|
<!-- Key benefits -->
|
||||||
|
|
||||||
## How to Enable
|
## How to Enable
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
task-master rules add [name]
|
task-master rules add [name]
|
||||||
# Any other setup steps
|
# Any other setup steps
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example Usage
|
### Example Usage
|
||||||
|
|
||||||
<!-- Show it in action -->
|
<!-- Show it in action -->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Real example
|
# Real example
|
||||||
```
|
```
|
||||||
|
|
||||||
### Natural Language Hooks (if applicable)
|
### Natural Language Hooks (if applicable)
|
||||||
|
|
||||||
```
|
```
|
||||||
"When tests pass, mark task as done"
|
"When tests pass, mark task as done"
|
||||||
# Other examples
|
# Other examples
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributor Checklist
|
## Contributor Checklist
|
||||||
|
|
||||||
- [ ] Created changeset: `npm run changeset`
|
- [ ] Created changeset: `npm run changeset`
|
||||||
- [ ] Tests pass: `npm test`
|
- [ ] Tests pass: `npm test`
|
||||||
- [ ] Format check passes: `npm run format-check`
|
- [ ] Format check passes: `npm run format-check`
|
||||||
@@ -39,8 +46,8 @@ task-master rules add [name]
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### For Maintainers
|
## For Maintainers
|
||||||
|
|
||||||
- [ ] Integration stability verified
|
- [ ] Integration stability verified
|
||||||
- [ ] Documentation comprehensive
|
- [ ] Documentation comprehensive
|
||||||
- [ ] Examples working
|
- [ ] Examples working
|
||||||
|
|||||||
Reference in New Issue
Block a user