Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit ebad82a

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
refactor(doc): add back issue template to root
1 parent 457fb47 commit ebad82a

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Issue report
3+
about: Create a report to help us improve the library
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
Thanks for filing an issue! However, before you submit, please read the following:
12+
1. Search open/closed issues before submitting since someone might have asked the same thing before!
13+
2. Is it really an issue or is it a question? If it's a question, have you considered asking on Stack Overflow?
14+
-->
15+
16+
## I'm submitting a Bug report
17+
18+
### Your Environment
19+
<!--- Include as many relevant details as possible about the environment you experienced the bug in -->
20+
| Software | Version(s) |
21+
| ----------------- | ---------- |
22+
| Angular |
23+
| Angular-Slickgrid |
24+
| TypeScript |
25+
| Operating System |
26+
| NPM/Node/Yarn |
27+
28+
### Context
29+
<!--- How has this issue affected you? What are you trying to accomplish? -->
30+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
31+
32+
### Expected Behavior
33+
<!--- Tell us what should happen -->
34+
35+
### Current Behavior
36+
<!--- Tell us what happens instead of the expected behavior -->
37+
<!--- If you are seeing an error, please include the full error message and stack trace -->
38+
39+
### Possible Solution
40+
<!--- Not obligatory, but suggest a fix/reason for the bug -->
41+
42+
### Code Sample
43+
<!-- Please provide Stackblitz, Gist or Code Sample to reproduce the issue -->

0 commit comments

Comments
 (0)