Skip to content

Commit 5f213f4

Browse files
Copilothubwriter
andauthored
Remove obsolete folder structure advice from Copilot custom instructions (#63086)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hubwriter <54933897+hubwriter@users.noreply.github.com> Co-authored-by: hubwriter <hubwriter@github.com>
1 parent 426b28a commit 5f213f4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

data/reusables/copilot/custom-instructions-effective.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ The instructions you add to your custom instruction file(s) should be short, sel
55
The exact structure you utilize for your instructions file(s) will vary by project and need, but the following guidelines provide a good starting point:
66

77
* Provide an overview of the project you're working on, including its purpose, goals, and any relevant background information.
8-
* Include the folder structure of the repository, including any important directories or files that are relevant to the project.
98
* Specify the coding standards and conventions that should be followed, such as naming conventions, formatting rules, and best practices.
109
* Include any specific tools, libraries, or frameworks that are used in the project, along with any relevant version numbers or configurations.
1110

@@ -16,12 +15,6 @@ The following instructions file is an example of these practices in action:
1615

1716
This project is a web application that allows users to manage their tasks and to-do lists. It is built using React and Node.js, and uses MongoDB for data storage.
1817

19-
## Folder Structure
20-
21-
- `/src`: Contains the source code for the frontend.
22-
- `/server`: Contains the source code for the Node.js backend.
23-
- `/docs`: Contains documentation for the project, including API specifications and user guides.
24-
2518
## Libraries and Frameworks
2619

2720
- React and Tailwind CSS for the frontend.

0 commit comments

Comments
 (0)