mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
chore: Update instructions
This commit is contained in:
2
.clinerules
Normal file
2
.clinerules
Normal file
@@ -0,0 +1,2 @@
|
||||
# Important
|
||||
- Follow custom AI instructions written in `.github/copilot-instructions.md`.
|
||||
9
.github/copilot-instructions.md
vendored
9
.github/copilot-instructions.md
vendored
@@ -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
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -34,3 +34,6 @@ repomix-output.md
|
||||
|
||||
# biome
|
||||
.biome/
|
||||
|
||||
# aider
|
||||
.aider*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user