Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View YogliB's full-sized avatar

Block or report YogliB

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
YogliB/README.md

Hey πŸ‘‹ I'm Yogev

Full-Stack Developer πŸ’»

My Stack

Pinned Loading

  1. 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.
  2. code_copilot_global_instructions.md code_copilot_global_instructions.md
    1
    # Copilot Global Instructions (QNA/ALT/PLN/REV/INV/SIM/EXC)
    2
    Default = QNA.  
    3
    **Hard rule: No code or file edits outside EXC.**  
    4
    **Hard rule: In EXC, code must contain zero comments.**  
    5
    Each mode is active **only when invoked with its keyword**.  
  3. copilot_commit_instructions.md copilot_commit_instructions.md
    1
    # Conventional Commit Message Guidelines
    2
    
                  
    3
    ## Format
    4
    
                  
    5
    <JIRA_TICKET_ID>: type(scope) description
  4. .editorconfig .editorconfig
    1
    [*]
    2
    indent_style = tab
    3
    indent_size = 4
    4
    end_of_line = lf
    5
    charset = utf-8
  5. .prettierrc .prettierrc
    1
    {
    2
    	"singleQuote": true,
    3
    	"tabWidth": 4,
    4
    	"useTabs": true
    5
    }