Skip to content

Commit

Permalink
Remove GSSOC (#114)
Browse files Browse the repository at this point in the history
## Related Issue
Cite any related issue(s) this pull request addresses. If none, simply
state "None."

## Description
[Please include a brief description of the changes or features added]

## Type of PR

- [x] Bug fix
[ ] Feature enhancement
[ ] Documentation update
[ ] Other (specify): _______________

## Screenshots / videos (if applicable)
[Attach any relevant screenshots or videos demonstrating the changes]

## Checklist:
[x] I have performed a self-review of my code
- [x] I have read and followed the Contribution Guidelines.
- [x] I have tested the changes thoroughly before submitting this pull
request.
- [x] I have provided relevant issue numbers, screenshots, and videos
after making the changes.
- [x] I have commented my code, particularly in hard-to-understand
areas.
<!-- [X] - put a cross/X inside [] to check the box.

## Additional context:
[Include any additional information or context that might be helpful for
reviewers.]
  • Loading branch information
aryasoni98 authored Oct 13, 2024
2 parents 8a3eae7 + 2943c21 commit ebe577a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .github/FUNDING.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/figma-design.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// 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.

0 comments on commit ebe577a

Please sign in to comment.