-
Notifications
You must be signed in to change notification settings - Fork 65.3k
Add 'agents' folder creation instructions #42107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -29,6 +29,7 @@ Before following this article, you should understand what {% data variables.copi | |||||||||
| * To **manually grant access after creation**, or if internal visibility is not an option, click {% octicon "lock" aria-hidden="true" aria-label="lock" %} **Private**. | ||||||||||
| {% data reusables.repositories.create-repo %} | ||||||||||
| 1. Update the template README as needed. Consider including creation guidelines for {% data variables.copilot.custom_agents_short %} or compliance considerations specific to your organization. | ||||||||||
| 1. Create folder `agents` in the root folder. This is where your organization agents will be defined. | ||||||||||
|
||||||||||
| 1. Create folder `agents` in the root folder. This is where your organization agents will be defined. | |
| 1. Create folder `agents` in the root folder. This is where your organization agents will be defined. |
Copilot
AI
Dec 30, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase "in the root folder" is redundant. Based on the established pattern in the documentation (e.g., "Create a directory named workflow-templates"), the location should be included as part of the directory name description rather than as a separate phrase. The instruction should simply specify creating the agents directory without the redundant "in the root folder" phrase.
| 1. Create folder `agents` in the root folder. This is where your organization agents will be defined. | |
| 1. Create a directory named `agents`. This is where your organization's agents will be defined. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The instruction "Create folder" should be changed to "Create a directory named" to match the consistent pattern used throughout the documentation. For example, other documentation files use phrasing like "Create a directory named
workflow-templates."