chore: Update instructions

This commit is contained in:
yamadashy
2025-02-26 01:01:13 +09:00
parent a3eb400422
commit e1cf856d43
4 changed files with 23 additions and 0 deletions

2
.clinerules Normal file
View File

@@ -0,0 +1,2 @@
# Important
- Follow custom AI instructions written in `.github/copilot-instructions.md`.

View File

@@ -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
View File

@@ -34,3 +34,6 @@ repomix-output.md
# biome
.biome/
# aider
.aider*

View File

@@ -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