Skip to content

Commit 3a40b7d

Browse files
committed
Move the issue template to community-wg repo
1 parent 1607067 commit 3a40b7d

File tree

2 files changed

+1
-91
lines changed

2 files changed

+1
-91
lines changed

.github/ISSUE_TEMPLATE/event-submission.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/app/(main)/community/events/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ import { GetYourMeetupNoticedSection } from "./get-your-meetup-noticed-section"
1010
import { BringGraphQLToYourCommunity } from "./bring-graphql-to-your-community"
1111
import dynamic from "next/dynamic"
1212

13-
// TODO: The issue template should probably live in https://github.com/graphql/community-wg
1413
const ISSUE_TEMPLATE_LINK =
15-
"https://github.com/graphql/graphql.github.io/issues/new?assignees=&labels=event&template=event-submission.yml"
14+
"https://github.com/graphql/community-wg/issues/new?assignees=&labels=event&template=event-submission.yml"
1615

1716
const GalleryStrip = dynamic(
1817
() =>

0 commit comments

Comments
 (0)