Skip to content

Commit 1b524ba

Browse files
9oelMaciccarello
authored andcommitted
Add issue templates (#935)
Closes #928
1 parent 90f7046 commit 1b524ba

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Tell about typedoc's bug
4+
labels: bug
5+
---
6+
<!--
7+
Thank you for contributing to Typedoc!
8+
9+
First, please use a clear and descriptive title for the issue to identify the bug.
10+
11+
Please be as specific as possible! Provide codes, sreenshots, repositories, explanations, issues, links ... anything that could describe your point.
12+
-->
13+
14+
- [ ] I have checked [issues with bug label](https://github.com/TypeStrong/typedoc/labels/bug) and found no duplicates
15+
16+
## Expected Behavior
17+
<!--
18+
According to your expectations, how is Typedoc supposed to work?
19+
-->
20+
21+
## Actual Behavior
22+
<!--
23+
What does Typedoc fail to do?
24+
-->
25+
26+
## Steps to reproduce the bug
27+
<!--
28+
Tell us how we could reproduce the bug. Possible ways are providing:
29+
- Typedoc command (typedoc --out ...)
30+
- Configuration (typedoc.js or your custom option file)
31+
- Code that causes a bug in the documentation generated
32+
- Project (Github repository, CodePen, ...) where the issue can be reproduced.
33+
-->
34+
35+
## Environment
36+
- Typedoc version:
37+
- Node.js version:
38+
- OS:
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an improvement or a feature
4+
---
5+
<!--
6+
Thank you for contributing to Typedoc!
7+
8+
First, please use a clear and descriptive title for the issue to identify the suggestion.
9+
10+
Please be as specific as possible! Provide codes, screenshots, repositories, explanations, issues, links ... anything that could describe your point.
11+
-->
12+
13+
- [ ] I have checked [issues with enhancement label](https://github.com/TypeStrong/typedoc/labels/enhancement) and found no duplicates
14+
15+
## Problem
16+
<!--
17+
What is missing or inconvenient without this improvement or feature?
18+
-->
19+
20+
## Suggested Solution
21+
<!--
22+
How do you suggest fixing the problem?
23+
-->

0 commit comments

Comments
 (0)