From 14bd50f35e0d2e74964bca758f2ba4892acc2a5f Mon Sep 17 00:00:00 2001 From: yayuyokitano <69117606+yayuyokitano@users.noreply.github.com> Date: Fri, 22 Sep 2023 23:42:27 +0100 Subject: [PATCH] Move everything --- CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md | 0 FUNDING.yml => .github/FUNDING.yml | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/bug_report.md | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature_request.md | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/question.md | 0 PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md | 0 release-drafter.yml => .github/release-drafter.yml | 0 stale.yml => .github/stale.yml | 0 {workflows => .github/workflows}/pr-labels.yml | 0 {workflows => .github/workflows}/release-drafter.yml | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md (100%) rename FUNDING.yml => .github/FUNDING.yml (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/bug_report.md (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature_request.md (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/question.md (100%) rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) rename release-drafter.yml => .github/release-drafter.yml (100%) rename stale.yml => .github/stale.yml (100%) rename {workflows => .github/workflows}/pr-labels.yml (100%) rename {workflows => .github/workflows}/release-drafter.yml (100%) diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/FUNDING.yml b/.github/FUNDING.yml similarity index 100% rename from FUNDING.yml rename to .github/FUNDING.yml diff --git a/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md similarity index 100% rename from ISSUE_TEMPLATE/question.md rename to .github/ISSUE_TEMPLATE/question.md diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/release-drafter.yml b/.github/release-drafter.yml similarity index 100% rename from release-drafter.yml rename to .github/release-drafter.yml diff --git a/stale.yml b/.github/stale.yml similarity index 100% rename from stale.yml rename to .github/stale.yml diff --git a/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml similarity index 100% rename from workflows/pr-labels.yml rename to .github/workflows/pr-labels.yml diff --git a/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml similarity index 100% rename from workflows/release-drafter.yml rename to .github/workflows/release-drafter.yml