diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 49f2938e..355f15ec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,7 +7,10 @@ * @brandonjpierce @ArrayKnight @belsrc # Core pacakge -/packages/core @brandonjpierce @belsrc +/packages/core @belsrc @brandonjpierce # Design system pacakge /packages/design-system @ArrayKnight @switzerb + +# Geo package +/packages/geo @kalisjoshua @brandonjpierce diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a08a392..c8de867c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,5 +36,6 @@ Developer Toolkit development is governed by the Technical Steering Committee (T - [Brandon Pierce](https://github.com/brandonjpierce) - [Brenna Switzer](https://github.com/switzerb) - [Josh Kalis](https://github.com/kalisjoshua) +- [Teddy Ortega](https://github.com/orteth01) Maintainers of the Developer Toolkit have write access to this GitHub repository, and take part in the decision making process. diff --git a/README.md b/README.md index be87fb0d..5c9bf72f 100644 --- a/README.md +++ b/README.md @@ -21,22 +21,30 @@ Libraries are exposed via individual packages. Refer to each package documentation for available utilities. -Documentation | Package ---------------|------------- -[Biome Config](#link-to-docs) | `@accelint/biome-config` -[Constants](#link-to-docs) | `@accelint/constants` -[Converters](#link-to-docs) | `@accelint/converters` -[Design System](#link-to-docs) | `@accelint/design-system` -[Eslint Config](#link-to-docs) | `@accelint/eslint-config` -[Formatters](#link-to-docs) | `@accelint/formatters` -[Geo](#link-to-docs) | `@accelint/geo` -[Math](#link-to-docs) | `@accelint/math` -[Prettier Config](#link-to-docs) | `@accelint/prettier-config` -[Typescript Config](#link-to-docs) | `@accelint/typescript-config` -[Predicates](#link-to-docs) | `@accelint/predicates` -[Vitest Config](#link-to-docs) | `@accelint/vitest-config` -[Web Worker](#link-to-docs) | `@accelint/web-worker` -[Websocket](#link-to-docs) | `@accelint/websocket` +| Documentation | Package | +| ---------------------------------------------------------|---------------------------- | +| [Constants](./packages/constants/documentation) | `@accelint/constants` | +| [Converters](./packages/converters/documentation) | `@accelint/converters` | +| [Design System](./packages/design-system/documentation) | `@accelint/design-system` | +| [Formatters](./packages/formatters/documentation) | `@accelint/formatters` | +| [Geo](./packages/geo/documentation) | `@accelint/geo` | +| [Math](./packages/math/documentation) | `@accelint/math` | +| [Predicates](./packages/predicates/documentation) | `@accelint/predicates` | +| [Predicates](./packages/temporal/documentation) | `@accelint/temporal` | +| [Web Worker](./packages/web-worker/documentation) | `@accelint/web-worker` | +| [Websocket](./packages/websocket/documentation) | `@accelint/websocket` | + + + +We also export configurations for common tooling in our applications. + +| Package | +| ----------------------------- | +| `@accelint/biome-config` | +| `@accelint/eslint-config` | +| `@accelint/prettier-config` | +| `@accelint/typescript-config` | +| `@accelint/vitest-config` | ## 💡 Contributing diff --git a/assets/air-force.png b/assets/air-force.png deleted file mode 100644 index 47a26a40..00000000 Binary files a/assets/air-force.png and /dev/null differ