File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,23 @@ if(activeSponsor != null)
95
95
}
96
96
```
97
97
98
+ ### Codebase Structure
99
+
100
+ ```
101
+ .
102
+ βββScripts // Code quality scripts
103
+ | βββconfigure - integration - tests .ps1 // Integration tests configuration script
104
+ βββTools // Code quality tools
105
+ | βββGenerate // GraphQL .NET entity generator
106
+ βββOctokit .GraphQL // Main API data contracts library
107
+ βββOctokit .GraphQL .Core // Octokit core code
108
+ βββOctokit .GraphQL .Core .Generation // Core entity generator tools
109
+ βββOctokit .GraphQL .Core .Generation .UnitTests // Core entity generator unit tests
110
+ βββOctokit .GraphQL .Core .UnitTests // Octokit core unit tests
111
+ βββOctokit .GraphQL .IntegrationTests // Octokit integration tests
112
+ βββOctokit .GraphQL .UnitTests // Octokit unit tests
113
+ ```
114
+
98
115
## Contributing & Feedback
99
116
100
117
There are multiple ways to participate in the community :
You canβt perform that action at this time.
0 commit comments