Skip to content

Commit 803397c

Browse files
committed
docs: clarify branch matching criteria in copilot guide
Update instructions to match branch names and descriptions with file changes.
1 parent 1497827 commit 803397c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Follow this instructions when creating a commit plan:
4040
- Groups are good, but prefer to have smaller commits than larger ones.
4141
- Granularity is good.
4242
2. Determine if any branches should be created
43-
- If there are any stacks with branches, take a look at the branch names and match them with the file changes.
43+
- If there are any stacks with branches, take a look at the branch names and descriptions and match them with the file changes.
4444
- Create multiple branches if needed. You can tell if multiple branches are needed if the file changes span multiple projects in the monorepo.
4545
3. Determine the commits
4646
- For each group of file changes, determine the commit message. Be descriptive and explain what the changes are.

0 commit comments

Comments
 (0)