Skip to content

Commit f2729c6

Browse files
authored
Add issue and PR templates (#277)
1 parent e76ef9f commit f2729c6

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE/action-item.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Meeting Action Item
3+
about:
4+
Template for action items recommended during GraphQL-over-HTTP WG meetings.
5+
labels: "Action item :clapper:"
6+
---
7+
8+
<!-- description -->
9+
10+
- assignee(s): <!-- @mention, @mention -->
11+
- source: <!-- link to meeting notes -->
12+
13+
---
14+
15+
_Note: Action Item issues are reviewed and closed during Working Group
16+
meetings._
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Meeting Agenda or Attendance
3+
about:
4+
Template for adding agenda or attendance to an upcoming GraphQL-over-HTTP WG
5+
meeting.
6+
labels: "Agenda :hand:"
7+
---
8+
9+
<!--
10+
11+
Before attending a GraphQL Working Group meeting, please check the following:
12+
13+
- You (or your organization) has signed the Specification Membership Agreement.
14+
https://github.com/graphql/foundation
15+
16+
- You have read the participation guidelines and intend on contributing to the discussion. To respect meeting size, attendees should be relevant to the agenda. Recordings and notes will be posted after the meeting.
17+
https://github.com/graphql/graphql-wg#participation-guidelines
18+
19+
- Agenda items must include:
20+
- Relevant links (RFC, issues, PRs)
21+
- Champion's name
22+
- Expected time to discuss
23+
24+
-->

0 commit comments

Comments
 (0)