Skip to content

Commit 035a87f

Browse files
authored
Fix maintainer prompt in documentation (#412)
Update the documentation to clarify the process for creating a draft pull request.
1 parent 19ae55a commit 035a87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/agents/Maintainer.agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ git commit -m "feat: add Pixi environment detection (Fixes #42)"
203203
## 7. Push & Create PR
204204

205205
```powershell
206-
git push origin feature/issue-N
206+
git push -u origin feature/issue-N
207207
```
208208

209-
Create a PR via `github/create_pull_request`:
209+
Create a Draft PR via `github/create_pull_request`:
210210

211211
- **Title:** Same as commit message (or summarized if multiple commits)
212212
- **Body:** Keep it concise:

0 commit comments

Comments
 (0)