diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c912f1b8..c031de6d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,8 +9,7 @@ assignees: ''

Table of Contents

@@ -42,11 +42,16 @@ - [Installation](#installation) -- [A simple example](#a-simple-example) +- [A basic example](#a-basic-example) - [More examples](#more-examples) +- [Guiding Principles](#guiding-principles) - [Docs](#docs) - [Typings](#typings) - [ESLint support](#eslint-support) +- [Issues](#issues) + - [🐛 Bugs](#-bugs) + - [💡 Feature Requests](#-feature-requests) + - [❓ Questions](#-questions) - [License](#license) - [Contributors](#contributors) @@ -64,13 +69,12 @@ npm install --save-dev @testing-library/vue This library has `peerDependencies` listings for `Vue` and `vue-template-compiler`. -You may also be interested in installing `jest-dom` so you can use -[the custom Jest matchers](https://github.com/testing-library/jest-dom#readme). +You may also be interested in installing `jest-dom` so you can use [the custom +Jest matchers][jest-dom]. -## A simple example +## A basic example ```html -