Skip to content

docs: add copilot instructions file#22

Open
zerone0x wants to merge 1 commit intoFlorianBruniaux:mainfrom
zerone0x:fix/issue-6-copilot-instructions
Open

docs: add copilot instructions file#22
zerone0x wants to merge 1 commit intoFlorianBruniaux:mainfrom
zerone0x:fix/issue-6-copilot-instructions

Conversation

@zerone0x
Copy link
Copy Markdown

@zerone0x zerone0x commented Apr 8, 2026

Summary

Fixes #6

Adds .github/copilot-instructions.md pointing Copilot users to /CLAUDE.md and updates CHANGELOG.

Changes

  • add .github/copilot-instructions.md referencing /CLAUDE.md
  • update CHANGELOG.md under [Unreleased]

🤖 Generated with Claude Code

Fixes FlorianBruniaux#6

Co-Authored-By: Claude <noreply@anthropic.com>
@FlorianBruniaux
Copy link
Copy Markdown
Owner

Thanks for this @zerone0x, the content looks good. The CHANGELOG entry and the .github/copilot-instructions.md file are exactly what was discussed in #6.

One thing to fix before we can merge: the PR has a merge conflict (CHANGELOG.md), probably because several releases landed on main since you opened this. A quick rebase should sort it:

git fetch upstream
git rebase upstream/main
# resolve conflict in CHANGELOG.md if needed, then:
git push --force-with-lease

Once rebased, I'll merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: copilot-instructions.md

2 participants