We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1607067 commit 3a40b7dCopy full SHA for 3a40b7d
.github/ISSUE_TEMPLATE/event-submission.yml
src/app/(main)/community/events/page.tsx
@@ -10,9 +10,8 @@ import { GetYourMeetupNoticedSection } from "./get-your-meetup-noticed-section"
10
import { BringGraphQLToYourCommunity } from "./bring-graphql-to-your-community"
11
import dynamic from "next/dynamic"
12
13
-// TODO: The issue template should probably live in https://github.com/graphql/community-wg
14
const ISSUE_TEMPLATE_LINK =
15
- "https://github.com/graphql/graphql.github.io/issues/new?assignees=&labels=event&template=event-submission.yml"
+ "https://github.com/graphql/community-wg/issues/new?assignees=&labels=event&template=event-submission.yml"
16
17
const GalleryStrip = dynamic(
18
() =>
0 commit comments