Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz authored Feb 16, 2024
1 parent f2e9632 commit ad12488
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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...
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit ad12488

Please sign in to comment.