From 3011ed0ea413447bd8570e77dde7b20866e771f9 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 26 Aug 2022 15:08:44 -0700 Subject: [PATCH] all: update pull request template to reflect new libs/ dir Signed-off-by: Stephen Gutekanst --- libs/basisu/.github/pull_request_template.md | 2 +- libs/ecs/.github/pull_request_template.md | 2 +- libs/freetype/.github/pull_request_template.md | 2 +- libs/gamemode/.github/pull_request_template.md | 2 +- libs/glfw/.github/pull_request_template.md | 2 +- libs/gpu-dawn/.github/pull_request_template.md | 2 +- libs/gpu/.github/pull_request_template.md | 2 +- libs/sysaudio/.github/pull_request_template.md | 2 +- libs/sysjs/.github/pull_request_template.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libs/basisu/.github/pull_request_template.md b/libs/basisu/.github/pull_request_template.md index 753f1795..4cb903d9 100644 --- a/libs/basisu/.github/pull_request_template.md +++ b/libs/basisu/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/basisu) instead, sorry for the trouble! +Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/libs/basisu) instead, sorry for the trouble! This helps us avoid some complex merge conflicts we run into when changes are made to both repositories and history needs to be reconciled. Keeping PRs in just that repository enables us to use `git subtree` to trivially keep the two repositories in sync. diff --git a/libs/ecs/.github/pull_request_template.md b/libs/ecs/.github/pull_request_template.md index 3a057b7b..860d228b 100644 --- a/libs/ecs/.github/pull_request_template.md +++ b/libs/ecs/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/ecs) instead, sorry for the trouble! +Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/libs/ecs) instead, sorry for the trouble! This helps us avoid some complex merge conflicts we run into when changes are made to both repositories and history needs to be reconciled. Keeping PRs in just that repository enables us to use `git subtree` to trivially keep the two repositories in sync. diff --git a/libs/freetype/.github/pull_request_template.md b/libs/freetype/.github/pull_request_template.md index 61616fe5..0f2adf9a 100644 --- a/libs/freetype/.github/pull_request_template.md +++ b/libs/freetype/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/freetype) instead, sorry for the trouble! +Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/libs/freetype) instead, sorry for the trouble! This helps us avoid some complex merge conflicts we run into when changes are made to both repositories and history needs to be reconciled. Keeping PRs in just that repository enables us to use `git subtree` to trivially keep the two repositories in sync. diff --git a/libs/gamemode/.github/pull_request_template.md b/libs/gamemode/.github/pull_request_template.md index 780268a2..0577c34f 100644 --- a/libs/gamemode/.github/pull_request_template.md +++ b/libs/gamemode/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/gamemode) instead, sorry for the trouble! +Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/libs/gamemode) instead, sorry for the trouble! This helps us avoid some complex merge conflicts we run into when changes are made to both repositories and history needs to be reconciled. Keeping PRs in just that repository enables us to use `git subtree` to trivially keep the two repositories in sync. diff --git a/libs/glfw/.github/pull_request_template.md b/libs/glfw/.github/pull_request_template.md index f1445970..589bf0ff 100644 --- a/libs/glfw/.github/pull_request_template.md +++ b/libs/glfw/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/glfw) instead, sorry for the trouble! +Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/libs/glfw) instead, sorry for the trouble! This helps us avoid some complex merge conflicts we run into when changes are made to both repositories and history needs to be reconciled. Keeping PRs in just that repository enables us to use `git subtree` to trivially keep the two repositories in sync. diff --git a/libs/gpu-dawn/.github/pull_request_template.md b/libs/gpu-dawn/.github/pull_request_template.md index 535c4f19..390d0a35 100644 --- a/libs/gpu-dawn/.github/pull_request_template.md +++ b/libs/gpu-dawn/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/gpu-dawn) instead, sorry for the trouble! +Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/libs/gpu-dawn) instead, sorry for the trouble! This helps us avoid some complex merge conflicts we run into when changes are made to both repositories and history needs to be reconciled. Keeping PRs in just that repository enables us to use `git subtree` to trivially keep the two repositories in sync. diff --git a/libs/gpu/.github/pull_request_template.md b/libs/gpu/.github/pull_request_template.md index 3f203f76..dd46f456 100644 --- a/libs/gpu/.github/pull_request_template.md +++ b/libs/gpu/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/gpu) instead, sorry for the trouble! +Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/libs/gpu) instead, sorry for the trouble! This helps us avoid some complex merge conflicts we run into when changes are made to both repositories and history needs to be reconciled. Keeping PRs in just that repository enables us to use `git subtree` to trivially keep the two repositories in sync. diff --git a/libs/sysaudio/.github/pull_request_template.md b/libs/sysaudio/.github/pull_request_template.md index 2645e4e5..8aa8eaa3 100644 --- a/libs/sysaudio/.github/pull_request_template.md +++ b/libs/sysaudio/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/sysaudio) instead, sorry for the trouble! +Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/libs/sysaudio) instead, sorry for the trouble! This helps us avoid some complex merge conflicts we run into when changes are made to both repositories and history needs to be reconciled. Keeping PRs in just that repository enables us to use `git subtree` to trivially keep the two repositories in sync. diff --git a/libs/sysjs/.github/pull_request_template.md b/libs/sysjs/.github/pull_request_template.md index 18deebe7..c1e629a0 100644 --- a/libs/sysjs/.github/pull_request_template.md +++ b/libs/sysjs/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/sysjs) instead, sorry for the trouble! +Please send your change to [the main repository](https://github.com/hexops/mach/tree/main/libs/sysjs) instead, sorry for the trouble! This helps us avoid some complex merge conflicts we run into when changes are made to both repositories and history needs to be reconciled. Keeping PRs in just that repository enables us to use `git subtree` to trivially keep the two repositories in sync.