Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
* @Exeloo

/packages/core @Tchips46
/packages/core-editor @Tchips46
/packages/ecs-client @MartinFillon @Tchips46
/packages/ecs-lib @MartinFillon @Tchips46
/packages/ecs-server @MartinFillon @Tchips46
/packages/network-client @Tchips46
/packages/network-server @Tchips46
/modules/ecs @MartinFillon @Tchips46
/modules/network @Tchips46

/scripts @MartinFillon
/typedoc.* @MartinFillon
16 changes: 6 additions & 10 deletions .github/ISSUE_TEMPLATE/01-packages_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,16 @@ body:
attributes:
label: Which package is this bug report for?
options:
- asset-manager
- asset
- common
- config
- core
- core-editor
- ecs-client
- ecs-lib
- ecs-server
- ecs
- editor
- env
- graphics-2d
- graphics-2d-editor
- input
- music
- network-client
- network-server
- network
- sound
- other
validations:
Expand Down Expand Up @@ -63,7 +59,7 @@ body:
description: List necessary versions here. This includes your package version, runtime version, operating system etc.
placeholder: |
- @nanoforge-dev/common 1.0.0 (`npm ls @nanoforge-dev/common` or another package)
- Node.js 25 (`node --version`)
- Node.js 26 (`node --version`)
- TypeScript 5.9.3 (`npm ls typescript` if you use it)
- macOS Ventura 13.3.1
validations:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-utils_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body:
description: List necessary versions here. This includes your package version, runtime version, operating system etc.
placeholder: |
- @nanoforge-dev/utils-eslint-config 1.0.0 (`npm ls @nanoforge-dev/utils-eslint-config` or another package)
- Node.js 25 (`node --version`)
- Node.js 26 (`node --version`)
- TypeScript 5.9.3 (`npm ls typescript` if you use it)
- macOS Ventura 13.3.1
validations:
Expand Down
14 changes: 5 additions & 9 deletions .github/ISSUE_TEMPLATE/03-feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,16 @@ body:
attributes:
label: Which package or utils is this feature request for?
options:
- asset-manager
- asset
- common
- config
- core
- core-editor
- ecs-client
- ecs-lib
- ecs-server
- ecs
- editor
- env
- graphics-2d
- graphics-2d-editor
- input
- music
- network-client
- network-server
- network
- sound
- eslint-config
- prettier-config
Expand Down
60 changes: 22 additions & 38 deletions .github/issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,62 +1,46 @@
packages:asset-manager:
modules:ecs:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\nasset-manager\\n"
report|feature request) for\\?\\n\\necs\\n"

packages:common:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\ncommon\\n"

packages:config:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\nconfig\\n"

packages:core:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\ncore\\n"

packages:core-editor:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\ncore-editor\\n"

packages:ecs-client:
modules:editor:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\necs-client\\n"
report|feature request) for\\?\\n\\neditor\\n"

packages:ecs-lib:
modules:graphics-2d:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\necs-lib\\n"
report|feature request) for\\?\\n\\ngraphics-2d\\n"

packages:ecs-server:
modules:input:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\necs-server\\n"
report|feature request) for\\?\\n\\ninput\\n"

packages:graphics-2d:
modules:music:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\ngraphics-2d\\n"
report|feature request) for\\?\\n\\nmusic\\n"

packages:graphics-2d-editor:
modules:network:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\ngraphics-2d-editor\\n"
report|feature request) for\\?\\n\\nnetwork\\n"

packages:input:
modules:sound:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\ninput\\n"
report|feature request) for\\?\\n\\nsound\\n"

packages:music:
packages:asset:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\nmusic\\n"
report|feature request) for\\?\\n\\nasset\\n"

packages:network-client:
packages:common:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\nnetwork-client\\n"
report|feature request) for\\?\\n\\ncommon\\n"

packages:network-server:
packages:core:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\nnetwork-server\\n"
report|feature request) for\\?\\n\\ncore\\n"

packages:sound:
packages:env:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\nsound\\n"
report|feature request) for\\?\\n\\nenv\\n"

utils:eslint-config:
- "### Which (package|utils|package or utils) is this (bug
Expand Down
100 changes: 38 additions & 62 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,92 +1,76 @@
packages:asset-manager:
- changed-files:
- any-glob-to-any-file:
- packages/asset-manager/*
- packages/asset-manager/**/*

packages:common:
- changed-files:
- any-glob-to-any-file:
- packages/common/*
- packages/common/**/*

packages:config:
- changed-files:
- any-glob-to-any-file:
- packages/config/*
- packages/config/**/*

packages:core:
documentation:
- changed-files:
- any-glob-to-any-file:
- packages/core/*
- packages/core/**/*
- docs/*
- docs/**/*
- modules/ecs/docs/*
- modules/ecs/docs/**/*

packages:core-editor:
modules:ecs:
- changed-files:
- any-glob-to-any-file:
- packages/core-editor/*
- packages/core-editor/**/*
- modules/ecs/*
- modules/ecs/**/*

packages:ecs-client:
modules:editor:
- changed-files:
- any-glob-to-any-file:
- packages/ecs-client/*
- packages/ecs-client/**/*
- modules/editor/*
- modules/editor/**/*

packages:ecs-lib:
modules:graphics-2d:
- changed-files:
- any-glob-to-any-file:
- packages/ecs-lib/*
- packages/ecs-lib/**/*
- modules/graphics-2d/*
- modules/graphics-2d/**/*

packages:ecs-server:
modules:input:
- changed-files:
- any-glob-to-any-file:
- packages/ecs-server/*
- packages/ecs-server/**/*
- modules/input/*
- modules/input/**/*

packages:graphics-2d:
modules:music:
- changed-files:
- any-glob-to-any-file:
- packages/graphics-2d/*
- packages/graphics-2d/**/*
- modules/music/*
- modules/music/**/*

packages:graphics-2d-editor:
modules:network:
- changed-files:
- any-glob-to-any-file:
- packages/graphics-2d-editor/*
- packages/graphics-2d-editor/**/*
- modules/network/*
- modules/network/**/*

packages:input:
modules:sound:
- changed-files:
- any-glob-to-any-file:
- packages/input/*
- packages/input/**/*
- modules/sound/*
- modules/sound/**/*

packages:music:
packages:asset:
- changed-files:
- any-glob-to-any-file:
- packages/music/*
- packages/music/**/*
- packages/asset/*
- packages/asset/**/*

packages:network-client:
packages:common:
- changed-files:
- any-glob-to-any-file:
- packages/network-client/*
- packages/network-client/**/*
- packages/common/*
- packages/common/**/*

packages:network-server:
packages:core:
- changed-files:
- any-glob-to-any-file:
- packages/network-server/*
- packages/network-server/**/*
- packages/core/*
- packages/core/**/*

packages:sound:
packages:env:
- changed-files:
- any-glob-to-any-file:
- packages/sound/*
- packages/sound/**/*
- packages/env/*
- packages/env/**/*

utils:eslint-config:
- changed-files:
Expand All @@ -99,11 +83,3 @@ utils:prettier-config:
- any-glob-to-any-file:
- utils/prettier-config/*
- utils/prettier-config/**/*

documentation:
- changed-files:
- any-glob-to-any-file:
- docs/*
- docs/**/*
- packages/ecs-lib/docs/*
- packages/ecs-lib/docs/**/*
Loading