Skip to content
Closed
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: 2 additions & 2 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Copilot Instructions

This repository implements the Cashu protocol. When using GitHub Copilot, keep the following guidelines in mind:
This repository implements Bottin, a NIP-05 identity service for Nostr. When using GitHub Copilot, keep the following guidelines in mind:

- Use Conventional Commits for titles and commit messages (e.g., `feat(scope): message`).
- Ensure pull requests include a clear description and test results.
Expand All @@ -10,4 +10,4 @@ This repository implements the Cashu protocol. When using GitHub Copilot, keep t
- Maintain Java 21 compatibility and update `pom.xml` for new dependencies.
- Remove unused imports.

These instructions help Copilot produce code that respects the repository's conventions and protocol requirements.
These instructions help Copilot produce code that respects the repository's conventions and NIP-05 protocol requirements.