From 37e4b3cf875417f923094e66a159378e1345e44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Fri, 4 Oct 2024 13:15:08 +0900 Subject: [PATCH] sync-server: synced file(s) with lumirlumir/lumirlumir-configs (#47) * sync-server: synced local './.github/sync-client.yml' with remote './clients/npm-clang-format-node.yml' * sync-server: created local './.github/ISSUE_TEMPLATE/1-bug.md' from remote './configs/.github/ISSUE_TEMPLATE/1-bug.md' * sync-server: created local './.github/ISSUE_TEMPLATE/2-suggestion.md' from remote './configs/.github/ISSUE_TEMPLATE/2-suggestion.md' * sync-server: created local './.github/ISSUE_TEMPLATE/3-others.md' from remote './configs/.github/ISSUE_TEMPLATE/3-others.md' * Delete .github/ISSUE_TEMPLATE/bug.md * Delete .github/ISSUE_TEMPLATE/others.md * Delete .github/ISSUE_TEMPLATE/suggestion.md --- .github/ISSUE_TEMPLATE/{bug.md => 1-bug.md} | 0 .../{suggestion.md => 2-suggestion.md} | 0 .github/ISSUE_TEMPLATE/{others.md => 3-others.md} | 0 .github/sync-client.yml | 12 ++++++------ 4 files changed, 6 insertions(+), 6 deletions(-) rename .github/ISSUE_TEMPLATE/{bug.md => 1-bug.md} (100%) rename .github/ISSUE_TEMPLATE/{suggestion.md => 2-suggestion.md} (100%) rename .github/ISSUE_TEMPLATE/{others.md => 3-others.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/1-bug.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug.md rename to .github/ISSUE_TEMPLATE/1-bug.md diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/2-suggestion.md similarity index 100% rename from .github/ISSUE_TEMPLATE/suggestion.md rename to .github/ISSUE_TEMPLATE/2-suggestion.md diff --git a/.github/ISSUE_TEMPLATE/others.md b/.github/ISSUE_TEMPLATE/3-others.md similarity index 100% rename from .github/ISSUE_TEMPLATE/others.md rename to .github/ISSUE_TEMPLATE/3-others.md diff --git a/.github/sync-client.yml b/.github/sync-client.yml index dd2d018..ebee553 100644 --- a/.github/sync-client.yml +++ b/.github/sync-client.yml @@ -2,12 +2,12 @@ lumirlumir/lumirlumir-configs: - source: ./.github/sync-client.yml dest: ./clients/npm-clang-format-node.yml # ./.github/ISSUE_TEMPLATE - - source: ./.github/ISSUE_TEMPLATE/bug.md - dest: ./configs/.github/ISSUE_TEMPLATE/bug.md - - source: ./.github/ISSUE_TEMPLATE/others.md - dest: ./configs/.github/ISSUE_TEMPLATE/others.md - - source: ./.github/ISSUE_TEMPLATE/suggestion.md - dest: ./configs/.github/ISSUE_TEMPLATE/suggestion.md + - source: ./.github/ISSUE_TEMPLATE/1-bug.md + dest: ./configs/.github/ISSUE_TEMPLATE/1-bug.md + - source: ./.github/ISSUE_TEMPLATE/2-suggestion.md + dest: ./configs/.github/ISSUE_TEMPLATE/2-suggestion.md + - source: ./.github/ISSUE_TEMPLATE/3-others.md + dest: ./configs/.github/ISSUE_TEMPLATE/3-others.md # ./.github/workflows - source: ./.github/workflows/bump.yml dest: ./configs/.github/workflows/bump.yml