Skip to content

Commit 993d7e4

Browse files
authored
enhance issue templates further (graphql#2786)
1 parent 5e214d5 commit 993d7e4

6 files changed

+56
-5
lines changed

Diff for: .github/ISSUE_TEMPLATE.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!--
2+
1. Have you tried searching issues and discussions to see if your question was already answered?
3+
4+
2. If you want to fix a bug or request a feature, PRs are always welcome!
5+
6+
-->

Diff for: .github/ISSUE_TEMPLATE/graphiql-feature.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: GraphiQL Feature Request
3-
description: Request a feature for the graphiql web editor
3+
about: Request a feature for the graphiql web editor
44
title: '[graphiql] <title>'
55
labels: [graphiql, enhancement]
66
---

Diff for: .github/ISSUE_TEMPLATE/language-server-feature.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: LSP/CLI Feature Request
3+
about: Request a feature for the `graphql-language-service-server` and/or cli
4+
title: '[lsp-server] <title>'
5+
labels: [lsp-server, enhancement]
6+
---
7+
8+
<!--
9+
10+
## Current Behavior (if applicable)
11+
12+
13+
## Desired Behavior
14+
15+
16+
Helpful things to include:
17+
18+
- screenshots & videos where applicable
19+
20+
- graphql config sample if related to the problem you are hoping to solve
21+
22+
- examples of other graphql language tools that support this, if applicable
23+
24+
- if the feature involves adding support for a feature already in the current spec or proposed working group spec, please include a link to the applicable section of the spec
25+
26+
## PRs welcome!
27+
28+
If you find a way to solve this problem by modifying the code in either the source or the distributed code, we are more than happy to accept enhancement requests as PRs!
29+
30+
-->

Diff for: .github/ISSUE_TEMPLATE/language-server-feature.yml

Whitespace-only changes.

Diff for: .github/ISSUE_TEMPLATE/monaco-graphql-feature.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Monaco GraphQL Feature Request
3+
about: Request a feature for `monaco-graphql`
4+
title: '[monaco-graphql] <title>'
5+
labels: [monaco-graphql, enhancement]
6+
---
7+
8+
<!--
9+
10+
## Current Behavior (if applicable)
11+
12+
13+
## Desired Behavior
14+
15+
## PRs welcome!
16+
17+
If you find a way to solve this problem or add this feature by modifying the code in either the source or the distributed code, we are more than happy to accept enhancement requests as PRs!
18+
19+
-->

Diff for: .github/ISSUE_TEMPLATE/monaco-graphql-feature.yml

-4
This file was deleted.

0 commit comments

Comments
 (0)