Skip to content

Response to user question about creating folders#4

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/create-folder-instructions
Draft

Response to user question about creating folders#4
Copilot wants to merge 1 commit intomainfrom
copilot/create-folder-instructions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 4, 2025

User asked "please tell me how you make a folder" - this is an informational question rather than a code change request.

No code changes were made. The response provided documentation on creating directories across different environments:

  • CLI: mkdir (Unix/Windows), mkdir -p for nested paths
  • Python: os.makedirs() or pathlib.Path.mkdir()
  • GUI: Right-click → New Folder in file explorers

If the intent was to add a specific folder structure to the repository, clarification is needed on the desired folder name, location, and contents.

Original prompt

please tell me how you make a folder


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Add instructions for creating a folder Response to user question about creating folders Dec 4, 2025
Copilot AI requested a review from daseinpbc December 4, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants