Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .clinerules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Important
- Follow custom AI instructions written in `.github/copilot-instructions.md`.
9 changes: 9 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ repomix/
----------------------------------------------------------------

# GitHub Release Note Guidelines
When writing release notes, please follow these guidelines:

- When referencing issues or PRs, use the gh command to verify the content:
```bash
gh issue view <issue-number> # For checking issue content
gh pr view <pr-number> # For checking PR content
```
This helps ensure accuracy in release note descriptions.

Here are some examples of release notes that follow the guidelines:

v0.2.25
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ repomix-output.md

# biome
.biome/

# aider
.aider*
9 changes: 9 additions & 0 deletions repomix-instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ repomix/
----------------------------------------------------------------

# GitHub Release Note Guidelines
When writing release notes, please follow these guidelines:

- When referencing issues or PRs, use the gh command to verify the content:
```bash
gh issue view <issue-number> # For checking issue content
gh pr view <pr-number> # For checking PR content
```
This helps ensure accuracy in release note descriptions.

Here are some examples of release notes that follow the guidelines:

v0.2.25
Expand Down
Loading