You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+66Lines changed: 66 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,72 @@ The second example is clear without comments because the method names describe e
170
170
- Serial number validation is critical for CRL operations
171
171
- Use `occ libresign:crl:*` commands for CRL operations
172
172
173
+
## Git & Commit Practices
174
+
175
+
LibreSign follows specific commit conventions. See the [official commit guidelines](https://docs.libresign.coop/developer_manual/getting-started/commits.html) for complete details.
176
+
177
+
### Conventional Commits
178
+
**All commits must follow [Conventional Commits](https://www.conventionalcommits.org/) specification.**
0 commit comments