Skip to content

Commit 4e8f807

Browse files
committed
pr review 2 - adjusting section Repository Structure
1 parent 81b7c92 commit 4e8f807

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/copilot-instructions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ A **multi-module** Gradle project composed of 5 modules:
8181
The repository has other directories that are not modules:
8282

8383
- `.devcontainer` and `.vscode` directories are about giving support to coding on [GitHub's Codespaces](https://github.com/features/codespaces). The `.vscode` can also be used to support developers on [VS Code](https://code.visualstudio.com/) IDE. A local setup does not require running the project from a container like Docker or the use of a specific IDE.
84-
- `.github` directory contains configuration files for GitHub Actions, Dependabot, and other GitHub features.
85-
- `.gradle` directory contains the Gradle wrapper files, allowing the project to be built with a specific version of Gradle without requiring users to install it manually, ignore it.
86-
- `meta` directory contains 3 [draw.io](https://www.drawio.com/) diagram files about the project, and a `google-style-eclipse.xml` file used in Spotless configuration.
87-
- `scripts` directory contains only one file which is a git pre-commit hook that runs Spotless to format the code before committing.
88-
- `wiki` directory contains the project's wiki pages, which are used to document the project and its features. The wiki is an important reference to understanding core logic and coding style.
84+
- `.github` directory holds configuration files for GitHub Actions, Dependabot, and other GitHub features.
85+
- `.gradle` directory holds Gradle wrapper files, allowing the project to be built with a specific version of Gradle.
86+
- `meta` directory holds source files of diagrams or code formatting configurations.
87+
- `scripts` directory holds git hooks (e,g: precommit, prepush, etc.), and any other utility scripts.
88+
- `wiki` directory holds the project's wiki pages. It's an important reference to understanding core logic and coding style.
8989

9090
## Coding Style
9191

0 commit comments

Comments
 (0)