turboFei opened a new pull request, #16778:
URL: https://github.com/apache/iceberg/pull/16778

   ## What changes were proposed in this pull request?
   
   Add GitHub Copilot agent configuration files and `openspec/` directory to 
`.gitignore`.
   
   The following paths are added:
   - `.github/copilot-instructions.md`
   - `.github/agents/`
   - `.github/instructions/`
   - `.github/prompts/`
   - `.github/skills/`
   - `openspec/`
   
   ## Why are the changes needed?
   
   GitHub Copilot's agent/instruction/prompt/skill files are user-specific or 
workspace-specific configurations that individual developers create locally to 
customize Copilot's behavior. They should not be tracked in the shared 
repository, similar to how Apache Spark handled this in 
[SPARK-50935](https://github.com/apache/spark/pull/53781).
   
   The `openspec/` directory is a local workspace tool directory that also 
should be excluded from version control.
   
   ## Does this PR introduce _any_ user-facing change?
   
   No.
   
   ## How was this patch tested?
   
   N/A — `.gitignore` change only.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to