From b9cfa9a938730cfdf4288ce1c64c8599b4b19e63 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Fri, 27 Jun 2025 14:51:40 +0530 Subject: [PATCH 1/3] update --- .gitattributes | 3 +++ SECURITY.md => .github/SECURITY.md | 0 2 files changed, 3 insertions(+) rename SECURITY.md => .github/SECURITY.md (100%) diff --git a/.gitattributes b/.gitattributes index 7ed1dbf..e8082a7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,4 +10,7 @@ .git/ export-ignore .github/ export-ignore .editorconfig export-ignore +/CHANGELOG.md export-ignore +/CODE_OF_CONDUCT.md export-ignore +/CONTRIBUTING.md export-ignore diff --git a/SECURITY.md b/.github/SECURITY.md similarity index 100% rename from SECURITY.md rename to .github/SECURITY.md From b76b6fa29720415fddfa4093fb689ee3ca805ab8 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Fri, 27 Jun 2025 15:13:35 +0530 Subject: [PATCH 2/3] update --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md From fe257deb25f21e66160022be41f90f3d3d4fb10e Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Fri, 27 Jun 2025 15:16:37 +0530 Subject: [PATCH 3/3] update --- .github/ISSUE_TEMPLATE/changelog.yml | 0 .github/ISSUE_TEMPLATE/config.yaml | 0 .github/{ISSUE_TEMPLATE => }/pull_request_template.md | 0 .github/workflows/auto-merge.yml | 0 .github/workflows/ci.yml | 0 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/changelog.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yaml rename .github/{ISSUE_TEMPLATE => }/pull_request_template.md (100%) create mode 100644 .github/workflows/auto-merge.yml create mode 100644 .github/workflows/ci.yml diff --git a/.github/ISSUE_TEMPLATE/changelog.yml b/.github/ISSUE_TEMPLATE/changelog.yml new file mode 100644 index 0000000..e69de29 diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..e69de29 diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/ISSUE_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..e69de29