Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ These instructions apply to all Copilot sessions working in this repository.
closes automatically on merge. Do **not** mention the fixed issue in commit
messages (no `Fix #34:` prefix or similar) — it's unnecessary noise.
- Give every PR a meaningful title and a summary describing the changes.
- **Make changes through a pull request, and never force-push a branch.** Add new
commits on top instead. We squash-merge, so the commit history inside a PR is
irrelevant (it becomes a single commit on merge), and plain pushes avoid needless
merge conflicts.

## Building

Expand Down
Loading