Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[documentation] fix ISSUE_TEMPLATE bugs #3321

Merged
merged 2 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 12 additions & 22 deletions .github/ISSUE_TEMPLATE/graphiql-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,32 @@ body:
2. With this config...
3. Do '...' in [repro codesandbox/stackblitz]()
4. See error...
render: Markdown
validations:
required: false
- type: checkboxes
attributes:
label: Module pattern
options:
- label: graphiql-umd
- label: graphiql-esm
- label: graphiql-commonjs

- type: textarea
attributes:
label: Environment
description: |
examples:
- **GraphiQL Version**: latest
- **OS**: Ubuntu 20.04
- **Browser**: Chrome 106
- **Bundler**: vite x.y
- **`react` Version**: 18
- **`graphql` Version**: 16
* **GraphiQL Version**: latest
* **OS**: Ubuntu 20.04
* **Browser**: Chrome 106
* **Bundler**: vite x.y
* **`react` Version**: 18
* **`graphql` Version**: 16
value: |
- GraphiQL Version:
- OS:
- Browser:
- Bundler:
- `react` Version:
- `graphql` Version:
render: Markdown
* GraphiQL Version:
* OS:
* Browser:
* Bundler:
* `react` Version:
* `graphql` Version:
validations:
required: false
- type: textarea
attributes:
label: Anything else?
render: Markdown
description: |
Links? References? Anything that will give us more context about the issue you are encountering!

Expand Down
19 changes: 6 additions & 13 deletions .github/ISSUE_TEMPLATE/language-server-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ body:
attributes:
label: Current Behavior
description: A concise description of the issue you're experiencing.
render: Markdown
validations:
required: false

- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
render: Markdown
validations:
required: false

Expand All @@ -36,7 +34,6 @@ body:
2. With this (redacted) graphql config with [filename]...
3. Do '...' with [lsp client]
4. See errors in output channel, etc...
render: Markdown
validations:
required: false

Expand All @@ -45,24 +42,20 @@ body:
label: Environment
description: |
examples:
- **LSP Server Version**: latest
- **OS**: Ubuntu 20.04
- **LSP Client**: vscode (`vscode-graphql`, etc), intellij-lsp, nvim coc, etc
* **LSP Server Version**: latest
* **OS**: Ubuntu 20.04
* **LSP Client**: vscode (`vscode-graphql`, etc), intellij-lsp, nvim coc, etc
value: |
- LSP Server Version:
- OS:
- LSP Client:
render: Markdown
* LSP Server Version:
* OS:
* LSP Client:
validations:
required: false

- type: textarea
attributes:
label: Anything else?
render: Markdown
description: |
Links? References? Anything that will give us more context about the issue you are encountering

Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
67 changes: 0 additions & 67 deletions .github/ISSUE_TEMPLATE/monaco-graphql-bug.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/monaco-graphql-feature.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/vscode-graphql-syntax-bug.yml

This file was deleted.

Loading