From 2943c2166ef1ec4ca180d53ac87e534e27bb68c2 Mon Sep 17 00:00:00 2001 From: Arya Soni Date: Sun, 13 Oct 2024 23:53:08 +0530 Subject: [PATCH] Remove GSSOC --- .github/FUNDING.yml | 13 ------------- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yaml | 2 +- .github/ISSUE_TEMPLATE/figma-design.yaml | 2 +- next-env.d.ts | 2 +- 5 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index cd443a1..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,13 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index e56ab6c..73bd0a7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,7 +1,7 @@ name: Bug report description: Create a bug report to help us improve Keploy title: '[bug]: ' -labels: [bug, infraboard, xerocodee, gssoc] +labels: [bug, infraboard, xerocodee] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 32ef736..a04cffa 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,7 +1,7 @@ name: Feature request description: Suggest a feature to improve InfraBoard title: '[feature]: ' -labels: [feature, infraboard, xerocodee, gssoc] +labels: [feature, infraboard, xerocodee] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/figma-design.yaml b/.github/ISSUE_TEMPLATE/figma-design.yaml index 73f80d5..4f75b31 100644 --- a/.github/ISSUE_TEMPLATE/figma-design.yaml +++ b/.github/ISSUE_TEMPLATE/figma-design.yaml @@ -1,7 +1,7 @@ name: Figma Design Submission description: Submit a design file for review title: '[Design]: ' -labels: [design, figma, infraboard, xerocodee, gssoc] +labels: [design, figma, infraboard, xerocodee] body: - type: markdown attributes: diff --git a/next-env.d.ts b/next-env.d.ts index fd36f94..725dd6f 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -3,4 +3,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.