-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2e9632
commit ad12488
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
Note: A sample repo will help us identify the bug much faster. 🙏 | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- vscode-jest version:[e.g., v6.2.1] | ||
- `node -v`: [e.g., 20.9.0] | ||
- `npm -v` or `yarn --version`: [e.g., npm 10.1.0] | ||
- jest or react-scripts (if you haven’t ejected) version: [e.g., jest 29.7.0] | ||
- your vscode-jest settings: | ||
- jest.jestCommandLine? [e.g., npm test --] | ||
- jest.runMode? [e.g., on-demand] | ||
- jest.outputConfig? [e.g., none] | ||
- anything else that you think might be relevant? [e.g., none] | ||
- Operating system: [e.g., MacOS 14.2.1] | ||
|
||
**Prerequisite** | ||
- are you able to run jest from the command line? [e.g., yes] | ||
- where do you run jest CLI from? [e.g., root directory of the project] | ||
- how do you run your tests from the command line? (e.g., "npm run test" or "node_modules/.bin/jest") | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
|
||
--- | ||
|
||
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... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |