graphql-eslint icon indicating copy to clipboard operation
graphql-eslint copied to clipboard

chore: add stackblitz link to bug report template

Open tobiasdiez opened this issue 3 years ago • 2 comments
trafficstars

🚨 IMPORTANT: Please do not create a Pull Request without creating an issue first.

Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.

Description

Include a link that opens the basic example in stackblitz, so that other devs have it easier to produce reproductions.

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update

How Has This Been Tested?

By github preview.

Checklist:

  • [x] I have followed the CONTRIBUTING doc and the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] New and existing unit tests and linter rules pass locally with my changes
  • [ ] Any dependent changes have been merged and published in downstream modules

tobiasdiez avatar Sep 18 '22 19:09 tobiasdiez

⚠️ No Changeset found

Latest commit: 0f48d319d761ac1b76d1a3a25ca70f00a635d3b8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Sep 18 '22 19:09 changeset-bot[bot]

By the way, this example seems to miss a typescript dep:

/home/projects/kkviyjjpk.github/schema.graphql
  6:0  error  Parsing error: [graphql-eslint] Cannot find module 'typescript'
Require stack:
- /home/projects/kkviyjjpk.github/node_modules/ts-node/dist/util.js
- /home/projects/kkviyjjpk.github/node_modules/ts-node/dist/index.js
- /home/projects/kkviyjjpk.github/node_modules/cosmiconfig-typescript-loader/dist/cjs/index.js
- /home/projects/kkviyjjpk.github/node_modules/graphql-config/cjs/helpers/cosmiconfig.js
- /home/projects/kkviyjjpk.github/node_modules/graphql-config/cjs/helpers/find-config.js
- /home/projects/kkviyjjpk.github/node_modules/graphql-config/cjs/helpers/index.js
- /home/projects/kkviyjjpk.github/node_modules/graphql-config/cjs/project-config.js
- /home/projects/kkviyjjpk.github/node_modules/graphql-config/cjs/config.js
- /home/projects/kkviyjjpk.github/node_modules/graphql-config/cjs/index.js
- /home/projects/kkviyjjpk.github/node_modules/@graphql-eslint/eslint-plugin/index.js
- /home/projects/kkviyjjpk.github/node_modules/@eslint/eslintrc/dist/eslintrc.cjs

tobiasdiez avatar Sep 18 '22 19:09 tobiasdiez