Skip to content

Commit a7a285f

Browse files
committed
Add issue and PR templates
1 parent 83094b8 commit a7a285f

File tree

5 files changed

+100
-0
lines changed

5 files changed

+100
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "Bug Report"
3+
about: Notice something off? Tell us about it here.
4+
labels: bug
5+
---
6+
7+
<!-- If you have any questions while filling out this issue template, feel free to ping our team in the #website channel on the GraphQL Slack (invite link available in CONTRIBUTING.md) -->
8+
9+
### Description
10+
11+
<!-- Tell us about the bug you found -->
12+
13+
### Steps to Reproduce
14+
15+
<!-- Steps for how we can replicate your experience (numbered lists are best) -->
16+
17+
### Expected Result
18+
19+
<!-- What did you expect to happen? -->
20+
21+
### Actual Result
22+
23+
<!-- What actually happened? -->
24+
25+
### Additional Context
26+
27+
<!--
28+
Anything else that will help us better understand, for example:
29+
* Information about your local environment
30+
* Screenshots
31+
* Code snippets
32+
-->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "Code Changes"
3+
about: Tell us more about how you want to improve graphql.org
4+
labels: enhancement
5+
---
6+
7+
<!-- If you have any questions while filling out this issue template, feel free to ping our team in the #website channel on the GraphQL Slack (invite link available in CONTRIBUTING.md) -->
8+
9+
### Description
10+
11+
<!-- Tell us all about your idea -->
12+
13+
### Motivation
14+
15+
<!-- Why are you proposing this change? What problem would it be solving? -->
16+
17+
### Collaboration
18+
19+
<!-- Do you want to build this out? Or are you proposing an idea? -->
20+
21+
### Additional Context
22+
23+
<!-- Anything else that will help us understand your vision -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "New FAQ Question"
3+
about: Propose a new question to add to our FAQ page
4+
labels: faq
5+
---
6+
7+
<!-- If you have any questions while filling out this issue template, feel free to ping our team in the #website channel on the GraphQL Slack (invite link available in CONTRIBUTING.md) -->
8+
9+
### Question
10+
11+
<!-- The question you think we should add to the FAQ -->
12+
13+
### Proposed answer
14+
15+
<!-- What is the answer you'd expect to see for this question? -->
16+
17+
### Collaboration
18+
19+
<!-- Do you want to write this? Or are you proposing an idea? -->
20+
21+
### Additional Context
22+
23+
<!-- Anything else that you think we should know -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: "Question"
3+
about: Ask us anything!
4+
labels: question
5+
---
6+
7+
<!-- Feel free to ask questions here, or you can also find us on the #website channel on the GraphQL Slack (invite link available in CONTRIBUTING.md) -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
Thanks for making a pull request!
3+
4+
Before submitting, please read our contributing guidelines:
5+
https://github.com/graphql/graphql.github.io/blob/source/CONTRIBUTING.md
6+
7+
Have any questions?
8+
Feel free to ask in this PR or you can also find us on the #website channel on the GraphQL Slack (invite link available in CONTRIBUTING.md)
9+
-->
10+
11+
Closes #<issue number>
12+
13+
## Description
14+
15+
<!-- Write a brief description of the changes introduced by this PR -->

0 commit comments

Comments
 (0)