You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain. For example:
Project Root
├── src/ # Core application files
│ ├── components/ # Reusable UI components
│ ├── services/ # API calls and business logic
│ ├── utils/ # Utility functions
│ └── index.js # Main entry file
├── assets/ # Images, icons, and other static assets
├── config/ # Configuration files (e.g., env variables)
└── README.md # Project overview and instructions
This helps new contributors quickly understand the project layout and find files easily.
Note: please kindly assign this issue under gssoc-extd and hacktoberfest-accepted and level
The text was updated successfully, but these errors were encountered:
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
For example:
Project Root
├── src/ # Core application files
│ ├── components/ # Reusable UI components
│ ├── services/ # API calls and business logic
│ ├── utils/ # Utility functions
│ └── index.js # Main entry file
├── assets/ # Images, icons, and other static assets
├── config/ # Configuration files (e.g., env variables)
└── README.md # Project overview and instructions
This helps new contributors quickly understand the project layout and find files easily.
Note: please kindly assign this issue under gssoc-extd and hacktoberfest-accepted and level
The text was updated successfully, but these errors were encountered: