Skip to content

Commit 6b0a901

Browse files
UrigodimaMachina
andauthored
Add contributor workflow to issue template (#1029)
* Add contributor workflow to issue template * remove codegen reference * Update bug_report.md Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent a9c5127 commit 6b0a901

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ name: Bug report
33
about: Create a bug report to help us improve
44
---
55

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+
620
**Describe the bug**
721

822
<!-- A clear and concise description of what the bug is. -->
@@ -19,8 +33,8 @@ Steps to reproduce the behavior:
1933
**Environment:**
2034

2135
- OS:
22-
- `@graphql-eslint/...`:
23-
- NodeJS:
36+
- `@graphql-eslint/eslint-plugin`:
37+
- Node.js:
2438

2539
**Additional context**
2640

0 commit comments

Comments
 (0)