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

Chore: update issue template with --env-info flag #12352

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Expand Up @@ -13,6 +13,10 @@

**Tell us about your environment**

<!--
If you are using ESLint v6.5.0 or later, you can run ESLint with the `--env-info` flag and paste the output here.
-->

* **ESLint Version:**
* **Node Version:**
* **npm Version:**
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Expand Up @@ -22,6 +22,10 @@ assignees: ''

**Tell us about your environment**

<!--
If you are using ESLint v6.5.0 or later, you can run ESLint with the `--env-info` flag and paste the output here.
-->

* **ESLint Version:**
* **Node Version:**
* **npm Version:**
Expand Down