Skip to content

Commit 17cf239

Browse files
authored
docs: add issue templates (#443)
1 parent d265d0b commit 17cf239

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Report a bug
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
**Describe the bug**
10+
11+
> A clear and concise description of what the bug is.
12+
13+
**Minimal Reproduction**
14+
15+
> Please provide a minimal reproduction. Use [this link](https://stackblitz.com/github/leddgroup/typescript-transform-paths/tree/master/examples/basic) to create a reproduction example, or provide one.
16+
17+
Link:
18+
19+
**To Reproduce**
20+
21+
> What tool(s) are you using (tsc, ts-patch, ts-node, webpack, nx)?
22+
23+
A:
24+
25+
> What typescript version are you using (`npx tsc --version`)?
26+
27+
A:
28+
29+
> What is the value of `npx tsc --showConfig`
30+
31+
A:
32+
33+
```jsonc
34+
35+
```
36+
37+
> Steps to reproduce the behavior:
38+
39+
A:
40+
41+
**Expected behavior**
42+
43+
> A clear and concise description of what you expected to happen.
44+
45+
**Additional context**
46+
47+
> Add any other context about the problem here.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)