Skip to content

Commit 8512830

Browse files
author
unknown
committed
Added checker and setup repo structure
1 parent 36979b8 commit 8512830

File tree

12 files changed

+666
-0
lines changed

12 files changed

+666
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
<!-- Please fulfill the table below-->
8+
| VS Code Version | vscode-timing Version |
9+
| --------------- | --------------------- |
10+
| | |
11+
12+
# Description
13+
<!-- Please add a brief description of the error you are receiving here.-->
14+
15+
16+
## Expected Behavior
17+
<!-- How should the extension act? -->
18+
19+
20+
## Actual Behavior
21+
<!-- How is the extension actually behaving? -->
22+
23+
24+
# Steps to Reproduce
25+
<!-- Please add here all necessary steps that need to be taken to reproduce the behavior. -->
26+
1.
27+
2.
28+
3.
29+
30+
# Settings
31+
<details><pre><code>
32+
<!-- Please add all "timing" settings of your settings.json here -->
33+
34+
</code></pre></details>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)