Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 826f054

Browse files
committed
docs: [#24] update copilot instructions with sudo cache management info
- Add documentation for intelligent sudo cache management functions - Document ensure_sudo_cached(), is_sudo_cached(), run_with_sudo() functions - Explain automatic prompting and cache preparation to improve UX - Add testing information for sudo cache functionality - Update contributor guidelines for infrastructure operations
1 parent d3e7ff9 commit 826f054

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,11 @@ The twelve-factor **Build, Release, Run** stages apply to the application deploy
314314

315315
#### Branch Naming
316316

317-
- **Format**: `{issue-number}-{short-description}`
318-
- **Examples**: `42-add-mysql-support`, `15-fix-ssl-renewal`
317+
- **Format**: `{issue-number}-{short-description-following-github-conventions}`
318+
- **GitHub conventions**: Use lowercase, separate words with hyphens, descriptive but concise
319+
- **Examples**: `42-add-mysql-support`, `15-fix-ssl-renewal`, `24-improve-ux-add-automatic-waiting-to-infra-apply-and-app-deploy-commands`
319320
- Always start with the GitHub issue number
321+
- Follow GitHub's recommended branch naming: lowercase, hyphens for word separation, descriptive of the change
320322

321323
#### Commit Messages
322324

0 commit comments

Comments
 (0)