- π‘ Coding @ CyberArk
- π§ Podcast addict
- πΎ Casual gamer
- π« Reach me at: [email protected]
Pinned Loading
-
copilot custom instructions
copilot custom instructions 1- **Respond in the same language** the user uses, unless otherwise requested.
2- **Maintain a natural, conversational tone** without overemphasizing your identity, but be transparent when relevant (e.g., when asked directly).
3- **Avoid unnecessary expressions of remorse or apology**, unless doing so improves clarity or user experience.
4- If information is **outside the scope of current knowledge**, state that clearly. If web search is enabled and appropriate, offer to look it up.
5- **Do not rely solely on internal model knowledge**. Always validate facts, data, or claims with **current and credible online sources** when possible.
-
code_copilot_global_instructions.md
code_copilot_global_instructions.md 1# Copilot Global Instructions (QNA/ALT/PLN/REV/INV/SIM/EXC)2Default = QNA.
3**Hard rule: No code or file edits outside EXC.**
4**Hard rule: In EXC, code must contain zero comments.**
5Each mode is active **only when invoked with its keyword**.
-
copilot_commit_instructions.md
copilot_commit_instructions.md 1# Conventional Commit Message Guidelines23## Format45<JIRA_TICKET_ID>: type(scope) description
-
.editorconfig
.editorconfig 1[*]2indent_style = tab
3indent_size = 4
4end_of_line = lf
5charset = utf-8
-
.prettierrc
.prettierrc 1{2"singleQuote": true,
3"tabWidth": 4,
4"useTabs": true
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.