You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,20 @@ name: Bug report
3
3
about: Create a bug report to help us improve
4
4
---
5
5
6
+
### Issue workflow progress
7
+
8
+
<!-- PLEASE DO NOT REMOVE THIS SECTION -->
9
+
10
+
_Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
11
+
12
+
-[ ]1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox
13
+
> Please make sure the graphql-eslint version under `package.json` matches yours.
14
+
-[ ]2. A failing test has been provided
15
+
-[ ]3. A local solution has been provided
16
+
-[ ]4. A pull request is pending review
17
+
18
+
---
19
+
6
20
**Describe the bug**
7
21
8
22
<!-- A clear and concise description of what the bug is. -->
@@ -19,8 +33,8 @@ Steps to reproduce the behavior:
0 commit comments