Skip to content

Commit ad12488

Browse files
authored
Update issue templates
1 parent f2e9632 commit ad12488

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
Note: A sample repo will help us identify the bug much faster. 🙏
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Environment (please complete the following information):**
29+
- vscode-jest version:[e.g., v6.2.1]
30+
- `node -v`: [e.g., 20.9.0]
31+
- `npm -v` or `yarn --version`: [e.g., npm 10.1.0]
32+
- jest or react-scripts (if you haven’t ejected) version: [e.g., jest 29.7.0]
33+
- your vscode-jest settings:
34+
- jest.jestCommandLine? [e.g., npm test --]
35+
- jest.runMode? [e.g., on-demand]
36+
- jest.outputConfig? [e.g., none]
37+
- anything else that you think might be relevant? [e.g., none]
38+
- Operating system: [e.g., MacOS 14.2.1]
39+
40+
**Prerequisite**
41+
- are you able to run jest from the command line? [e.g., yes]
42+
- where do you run jest CLI from? [e.g., root directory of the project]
43+
- how do you run your tests from the command line? (e.g., "npm run test" or "node_modules/.bin/jest")
44+
45+
**Additional context**
46+
Add any other context about the problem here.
47+
48+
---
49+
50+
The fastest (and the most fun) way to resolve the issue is to submit a pull request yourself. If you are interested, please check out the [contribution guide](https://github.com/jest-community/vscode-jest/CONTRIBUTING.md), we look forward to seeing your PR...
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)