Skip to content

Commit db361d9

Browse files
authored
Add commit message guidelines to instructions
Added guidelines for writing good commit messages.
1 parent b527b1f commit db361d9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@
163163
- [ ] API endpoints must use proper HTTP return codes.
164164
- [ ] Follow web best practices as recommended by OpenAPI, IETF, W3C, etc.
165165

166+
## Git
167+
168+
- [ ] Follow these guidelines for writing a good commit message:
169+
- How to Write a Git Commit Message
170+
<https://chris.beams.io/posts/git-commit/>
171+
- Commit Verbs 101: why I like to use this and why you should also like it.
172+
<https://chris.beams.io/posts/git-commit/>
173+
166174
## Python
167175

168176
- [ ] Defensive coding: always check for None/empty and handle exceptions

0 commit comments

Comments
 (0)