From a32c29fde55d8a3122928e0acfdce624ebeb571c Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Mon, 6 Sep 2021 15:27:19 +0300 Subject: [PATCH] add github stuff Signed-off-by: Vasiliy Tolstov --- {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/bug_report.md | 0 .../ISSUE_TEMPLATE}/feature-request---enhancement.md | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/question.md | 0 PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md | 0 dependabot.yml => .github/dependabot.yml | 0 {workflows => .github/workflows}/build.yml | 0 {workflows => .github/workflows}/codeql-analysis.yml | 0 {workflows => .github/workflows}/pr.yml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/bug_report.md (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature-request---enhancement.md (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/question.md (100%) rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) rename dependabot.yml => .github/dependabot.yml (100%) rename {workflows => .github/workflows}/build.yml (100%) rename {workflows => .github/workflows}/codeql-analysis.yml (100%) rename {workflows => .github/workflows}/pr.yml (100%) 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---enhancement.md b/.github/ISSUE_TEMPLATE/feature-request---enhancement.md similarity index 100% rename from ISSUE_TEMPLATE/feature-request---enhancement.md rename to .github/ISSUE_TEMPLATE/feature-request---enhancement.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/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from dependabot.yml rename to .github/dependabot.yml diff --git a/workflows/build.yml b/.github/workflows/build.yml similarity index 100% rename from workflows/build.yml rename to .github/workflows/build.yml diff --git a/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml similarity index 100% rename from workflows/codeql-analysis.yml rename to .github/workflows/codeql-analysis.yml diff --git a/workflows/pr.yml b/.github/workflows/pr.yml similarity index 100% rename from workflows/pr.yml rename to .github/workflows/pr.yml