Skip to content

Commit

Permalink
docs: more details for bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 21, 2020
1 parent 08b5820 commit 24c5377
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -43,21 +43,32 @@ https://eslint.org/docs/user-guide/command-line-interface#print-config

## ESLint Config

<!-- What is the minimal config that reproduces the issue? -->
<!--
What is the minimal config that reproduces the issue?
Please try to reproduce with only a single rule in your config (along
with the minimal number of options or settings that are needed to trigger
the error).
-->
```js
// Format JS (or JSON) code here
```

## ESLint sample

<!-- What code triggers the error? -->

```js
// Format code using Markdown code blocks
// Format JS code here
```

<!-- OR, if this is not triggered by a single rule, what is the
problem and how can one reproduce? -->

## Environment

* Node version: <!-- $ node -v -->
* ESLint version <!-- $ $(npm bin)/eslint -v -->
* `eslint-plugin-jsdoc` version:
- Node version: <!-- $ node -v -->
- ESLint version <!-- $ $(npm bin)/eslint -v -->
- `eslint-plugin-jsdoc` version:

0 comments on commit 24c5377

Please sign in to comment.