Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 7f3251a

Browse files
committed
docs: enforce GPG commit signing requirement in copilot instructions
- Add explicit requirement that all commits MUST be signed with GPG - Specify to use default git commit behavior (triggers GPG signing) - Prohibit use of --no-gpg-sign to bypass signing - Ensure all AI-assisted commits maintain security and authenticity standards
1 parent d7d9ddf commit 7f3251a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ When providing assistance:
333333
- `git branch -d/-D` - Delete branches
334334
- `git tag` - Create or delete tags
335335

336+
**Commit Signing Requirement**: All commits MUST be signed with GPG. When performing git commits, always use the default git commit behavior (which will trigger GPG signing) rather than `--no-gpg-sign`.
337+
336338
**Best Practice**: Always ask "Would you like me to commit these changes?" before performing any git state-changing operations.
337339

338340
## 📖 Additional Resources

0 commit comments

Comments
 (0)