Skip to content

Commit 898bb09

Browse files
committed
Github issue templates
1 parent acc3739 commit 898bb09

File tree

3 files changed

+90
-0
lines changed

3 files changed

+90
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug Report
3+
about: Something isn't working as expected? Here is the right place to report.
4+
---
5+
6+
<!--
7+
To make it easier for us to help you — please follow the suggested format below.
8+
9+
Useful Links:
10+
- Documentation: https://graphql-dotnet.github.io/
11+
12+
Before opening a new issue, please search existing issues https://github.com/graphql-dotnet/graphql-dotnet/issues
13+
-->
14+
15+
## Description
16+
17+
Describe the issue that you're seeing.
18+
19+
### Steps to reproduce
20+
21+
Clear steps describing how to reproduce the issue.
22+
23+
### Expected result
24+
25+
What should happen?
26+
27+
### Actual result
28+
29+
What happened.
30+
31+
### Environment
32+
33+
<!--
34+
Version, OS, Server Architecture, etc.
35+
-->
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new idea.
4+
---
5+
6+
<!--
7+
To make it easier for us to help you — please follow the suggested format below.
8+
9+
Useful Links:
10+
- Documentation: https://graphql-dotnet.github.io/
11+
12+
Before opening a new issue, please search existing issues https://github.com/graphql-dotnet/graphql-dotnet/issues
13+
-->
14+
15+
## Summary
16+
17+
Brief explanation of the feature.
18+
19+
### Basic example
20+
21+
If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable.
22+
23+
### Motivation
24+
25+
Why are we doing this? What use cases does it support? What is the expected outcome?

.github/ISSUE_TEMPLATE/question.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Question
3+
about: Usage question or discussion about GraphQL .NET
4+
---
5+
6+
<!--
7+
To make it easier for us to help you, please include as much useful information as possible.
8+
9+
Useful Links:
10+
- Documentation: https://graphql-dotnet.github.io/
11+
12+
GraphQL .NET has community support channels, try asking your question on:
13+
14+
- Gitter: https://gitter.im/graphql-dotnet/graphql-dotnet
15+
- Stack Overflow: https://stackoverflow.com/questions/tagged/graphql-dotnet
16+
17+
Before opening a new issue, please search existing issues https://github.com/graphql-dotnet/graphql-dotnet/issues
18+
-->
19+
20+
## Summary
21+
22+
## Relevant information
23+
24+
<!-- Provide as much useful information as you can -->
25+
26+
### Environment (if relevant)
27+
28+
<!--
29+
Version, OS, Server Architecture, etc.
30+
-->

0 commit comments

Comments
 (0)